Add TODOs

This commit is contained in:
Mubelotix
2025-07-03 14:42:49 +02:00
parent b45eea0d3e
commit 5c79273748

View File

@ -109,6 +109,12 @@ pub async fn init_fragments_index() -> (Server<Owned>, String, crate::common::Va
// TODO: Test cannot pass both fragments and document // TODO: Test cannot pass both fragments and document
// TODO: test with 2 embedders
// TODO: edit fragment
// TODO: document fragment replaced
#[actix_rt::test] #[actix_rt::test]
async fn indexing_fragments() { async fn indexing_fragments() {
let index = shared_index_for_fragments().await; let index = shared_index_for_fragments().await;