AppFlowy-Cloud/tests/ai_test/mod.rs
Nathan.fooo c76d2f0b4b
feat: summary search result (#1326)
* 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
2025-04-11 20:30:11 +08:00

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;