Add test on index-scheduler

This commit is contained in:
Louis Dureuil 2024-05-20 10:23:12 +02:00
parent b17cb56dee
commit 9969f7a638
No known key found for this signature in database
14 changed files with 604 additions and 3 deletions

View file

@ -952,9 +952,6 @@ impl IndexScheduler {
.into());
};
/// some tests to consider:
///
/// - dump, then import, then change a document with autogenerated vectors
for (embedder_name, embeddings) in embeddings {
// don't change the entry if it already exists, because it was user-provided
vectors.entry(embedder_name).or_insert_with(|| {