Nathan.fooo
|
612d652320
|
feat: support local ai embedding, local ai search, local document content search (#7839)
* chore: generate embeddings
* chore: save embedding
* chore: vec sqlite
* chore: clippy
* chore: init vector
* chore: create vector db
* chore: periodically write embedding
* chore: fix compile
* chore: skip write
* chore: impl search
* fix: test
* fix: stop scheduler
* fix: search
* chore: add test
* chore: update schema
* chore: index all
* chore: index
* chore: search document content
* chore: index document content and title
* chore: index all view
* chore: rename trait
* refactor: remove folder index manager
* chore: index folder changes
* chore: delete folder search
* chore: update logs
* chore: update logs
* chore: search
* chore: add search test
* chore: fmt
* chore: fix test
* chore: fix ios build
|
2025-05-02 08:21:42 +08:00 |
|
Nathan
|
995b773c74
|
chore: replace str with uuid
|
2025-04-07 19:24:58 +08:00 |
|
Nathan.fooo
|
4205a34f04
|
chore: delete upload task when upload size exceed limit (#6841)
* chore: delete upload tasks
* test: update
* chore: bump client api
* chore: fix test
|
2024-11-22 18:18:24 +08:00 |
|
Nathan.fooo
|
51a11fbebd
|
chore: fix upload file limit (#6825)
* chore: fix file upload limit
* chore: update test
|
2024-11-18 16:21:47 +08:00 |
|
Nathan.fooo
|
6785104c3a
|
chore: send notification for file upload state (#6738)
* chore: send notification for file upload state
* chore: fix test
|
2024-11-07 00:00:54 +08:00 |
|
Nathan.fooo
|
7ea71fc6ae
|
fix: open duplicated database (#6197)
* fix: open duplicated database
* chore: update logs
|
2024-09-05 17:35:24 +08:00 |
|
Nathan.fooo
|
e9b2cbb317
|
chore: observe file upload state (#6172)
* chore: observe file upload state
* chore: observe file upload state
* chore: upgrade client api
* Update frontend/appflowy_flutter/lib/startup/tasks/file_storage_task.dart
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* chore: fix tauri build
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
|
2024-09-04 07:56:08 +08:00 |
|
Nathan.fooo
|
6a0650e6d5
|
chore: fix file upload test (#6016)
* chore: fix file upload test
|
2024-08-20 15:18:57 +08:00 |
|
Nathan.fooo
|
6d496b2088
|
chore: remove future result (#5960)
* chore: remove future result
* chore: fix test
|
2024-08-14 15:50:21 +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
|
b64da2c02f
|
refactor: File upload (#5542)
* chore: rename service
* refactor: upload
* chore: save upload meta data
* chore: add sql test
* chore: uploader
* chore: fix upload
* chore: cache file and remove after finish
* chore: retry upload
* chore: pause when netowork unreachable
* chore: add event test
* chore: add test
* chore: clippy
* chore: update client-api commit id
* chore: fix flutter test
|
2024-06-20 07:44:57 +08:00 |
|