mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add test on index-scheduler
This commit is contained in:
parent
b17cb56dee
commit
9969f7a638
14 changed files with 604 additions and 3 deletions
|
@ -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(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue