Nathan
995b773c74
chore: replace str with uuid
2025-04-07 19:24:58 +08:00
Nathan
7ee29dcbc5
chore: return model desc
2025-03-27 17:09:01 +08:00
Nathan
d348361889
chore: return desc of ai model
2025-03-27 16:31:18 +08:00
Nathan
815bb11cde
chore: implement local ai config
2025-03-26 14:19:57 +08:00
Nathan
05949d2f87
chore: support switch ai model in chat or ai writer
2025-03-23 21:53:05 +08:00
Nathan
6e4206a8e2
chore: completion stream v2
2025-03-20 11:41:49 +08:00
Richard Shiue
22b03eee29
chore: implement ai writer history ( #7523 )
...
* chore: implement ai writer history
* chore: pass hitosyr
2025-03-18 17:14:20 +08:00
Nathan
ee69283a23
chore: support response format
2025-03-13 10:53:20 +08:00
Nathan.fooo
9271d42db5
chore: fetch model list ( #7306 )
...
* chore: fetch model list
2025-02-01 23:48:32 +08:00
Nathan.fooo
342c361184
chore: ai block with context ( #7193 )
...
* chore: ai block with context
* chore: fix test
2025-01-12 22:33:21 +08:00
Richard Shiue
ab8e01bbf7
feat(flutter): pre-defined response formats ( #7128 )
...
* feat: pre-defined response formats
* chore: adjust bottom sheet
* chore: rename and clean up enums
* chore: move all mobile input actions to the bottom
* chore: bump client-api
* chore: connect to API
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: code cleanup
* chore: code cleanup
* chore: update client-api
* chore: expand page
* chore: simplify logic for not displaying related questions
* chore: remove hover effect view icon in select sources
* chore: regenerate with different format
* chore: remove error messages when sending new one
* chore: code style
* chore: bump client api
* fix: image not displaying and hide editing options
* chore: don't fetch related questions for image only
* chore: fix clippy
* chore: don't add related questions on regenerate
* chore: bump editor
* fix: expand sidebar page
* chore: update client api
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: weidong fu <nathan@appflowy.io>
2025-01-08 10:43:03 +08:00
Zack
ee96a44fef
feat: use new api to get the workspace member role ( #6783 )
...
* chore: update to latest client api
* chore: merge with main
* chore: remove unneeded code
* fix: sqlite migration
* fix: cargo fmt
* feat: use new api to get the member role
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-19 15:19:24 +08:00
Richard Shiue
e73fd56152
feat: regenerate ai response ( #7006 )
...
* feat: regenerate ai response
* chore: find question id instead of assuming
* chore: fix clippy
* chore: show local messages if they were there
* chore: remove duplicate code
* chore: fix loading message
* chore: revert unintended translation key removal
* chore: update translation for ai service unavailable
* chore: fix initial chat message load
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-12-19 14:13:53 +08:00
Nathan.fooo
722b436cad
chore: Ai chat context ( #6929 )
...
* chore: implement chat setting
* chore: clippy
* chore: rename
* chore: set rag_ids when creating a chat
* chore: clippy
* chore: fix test
* chore: fix test
* chore: fix test
* chore: clippy
2024-12-08 18:25:25 +08:00
Nathan.fooo
28530722bc
chore: bump client api ( #6781 )
...
* chore: bump client api
* chore: fix member count serde error
2024-11-14 00:51:07 +08:00
Nathan.fooo
0e5ff844b6
chore: remove view desc ( #6691 )
...
* chore: remove desc in view
* chore: remove desc in view
2024-11-01 14:18:35 +08:00
Nathan.fooo
1cc41c10c4
fix: local ai enable/disable ( #6151 )
...
* chore: local ai state
* chore: fix local ai state when switch workspace
* chore: fix test
2024-09-01 17:48:07 +08:00
Nathan.fooo
4b24b41dd4
chore: rm fut ( #5958 )
...
* chore: rm fut
* chore: clippy
2024-08-14 10:33:23 +08:00
Nathan.fooo
1c638dd930
chore: show reference sources on local ai response ( #5933 )
...
* chore: show reference sources on local ai response
* chore: clippy
* chore: clippy
* chore: update i18n
* chore: update client api
2024-08-12 15:43:17 +08:00
Nathan.fooo
23997e977c
refactor: revamp file upload and fix partitial upload bugs ( #5924 )
...
* chore: upload chat file to local ai
* chore: async func
* chore: individual file progress
* chore: fix test
* chore: fix file upload
2024-08-11 20:39:25 +08:00
Nathan.fooo
758c304a74
feat: support mention a document as context on local ai ( #5913 )
...
* feat: support mention a document as context on local ai
* chore: rename
* chore: fix test
* chore: fix test
2024-08-09 21:55:20 +08:00
Nathan.fooo
e82edc0419
chore: polish UI and display attachment when using local ai ( #5906 )
...
* chore: polish UI
* chore: fix compile
2024-08-09 07:40:24 +08:00
Nathan.fooo
a523b8ff90
chore: chat ui polish ( #5902 )
...
* chore: chat ui polish
* chore: fmt
* chore: clippy
2024-08-08 12:07:00 +08:00
Nathan.fooo
d378c456d4
feat: Implement menu on chat ( #5879 )
...
* chore: implement menu
* chore: gather metadata
* chore: update client api
* chore: stream metadata
* chore: save metadata
* chore: update client api
* chore: adjust UI
* chore: fmt
2024-08-06 07:56:13 +08:00
Nathan.fooo
73421e0d58
feat: suppport translate and summary using local ai ( #5858 )
...
* chore: fix ui
* chore: fix ui
* chore: rename
* chore: rename
* chore: rename
* chore: refactor database ai interface
* chore: support local ai for database
* chore: clippy
2024-08-01 23:13:35 +08:00