AppFlowy/frontend/rust-lib/flowy-database2/tests/database
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
..
block_test refactor: database test (#6544) 2024-10-15 09:32:06 +08:00
calculations_test fix: calculation UI refresh (#6615) 2024-12-24 21:27:34 +08:00
cell_test chore: move type option to collab repo (#6921) 2024-12-05 14:12:25 +08:00
field_settings_test refactor: database test (#6544) 2024-10-15 09:32:06 +08:00
field_test chore: move type option to collab repo (#6921) 2024-12-05 14:12:25 +08:00
filter_test feat: support local ai embedding, local ai search, local document content search (#7839) 2025-05-02 08:21:42 +08:00
group_test fix: RwLock race condition during group controller instantiation (#6860) 2024-11-28 17:26:13 +08:00
layout_test refactor: database test (#6544) 2024-10-15 09:32:06 +08:00
mock_data chore: move type option to collab repo (#6921) 2024-12-05 14:12:25 +08:00
pre_fill_cell_test chore: Ai chat context (#6929) 2024-12-08 18:25:25 +08:00
share_test feat: media type option (#6090) 2024-09-05 06:03:58 +02:00
sort_test refactor: database test (#6544) 2024-10-15 09:32:06 +08:00
database_editor.rs chore: move type option to collab repo (#6921) 2024-12-05 14:12:25 +08:00
mod.rs feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00