mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-08-02 19:59:58 +00:00
Add test on index-scheduler
This commit is contained in:
@ -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(|| {
|
||||
|
Reference in New Issue
Block a user