Add TODOs

This commit is contained in:
Mubelotix 2025-07-03 14:42:49 +02:00
parent b45eea0d3e
commit 5c79273748
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942

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 with 2 embedders
// TODO: edit fragment
// TODO: document fragment replaced
#[actix_rt::test]
async fn indexing_fragments() {
let index = shared_index_for_fragments().await;