mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-22 12:57:06 -04:00
* chore: summary search result * chore: add test * chore: clippy * chore: distance and score * chore: update test and clarify score and distance * chore: fix test * chore: model env
8 lines
146 B
Rust
8 lines
146 B
Rust
mod chat_test;
|
|
// mod local_ai_test;
|
|
mod summarize_row;
|
|
mod util;
|
|
|
|
mod chat_with_selected_doc_test;
|
|
mod completion_test;
|
|
mod summary_search_test;
|