AppFlowy-Cloud/tests/sql_test/mod.rs
Nathan.fooo 3e65dd1014
add docs and tests for embedding related (#1328)
* chore: add docs and tests

* chore: add test

* chore: fix typo

* chore: clippy
2025-04-10 23:12:53 +08:00

5 lines
97 B
Rust

mod chat_test;
mod collab_embed_test;
mod history_test;
pub(crate) mod util;
mod workspace_test;