add docs and tests for embedding related (#1328)

* chore: add docs and tests

* chore: add test

* chore: fix typo

* chore: clippy
This commit is contained in:
Nathan.fooo 2025-04-10 23:12:53 +08:00 committed by GitHub
parent f300884dde
commit 3e65dd1014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 917 additions and 182 deletions

View file

@ -1,4 +1,5 @@
mod chat_test;
mod collab_embed_test;
mod history_test;
pub(crate) mod util;
mod workspace_test;