mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix the tests to use the new replace/update documents
This commit is contained in:
parent
294e1ba16d
commit
60470bb647
8 changed files with 56 additions and 51 deletions
|
@ -12,7 +12,7 @@ use milli::documents::mmap_from_objects;
|
|||
use milli::heed::EnvOpenOptions;
|
||||
use milli::progress::Progress;
|
||||
use milli::update::new::indexer;
|
||||
use milli::update::{IndexDocumentsMethod, IndexerConfig};
|
||||
use milli::update::IndexerConfig;
|
||||
use milli::vector::EmbeddingConfigs;
|
||||
use milli::Index;
|
||||
use serde_json::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue