mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-22 11:36:28 +00:00
Add embedder stats in batches
This commit is contained in:
@@ -543,7 +543,7 @@ fn import_dump(
|
||||
let settings = index_reader.settings()?;
|
||||
apply_settings_to_builder(&settings, &mut builder);
|
||||
builder
|
||||
.execute(|indexing_step| tracing::debug!("update: {:?}", indexing_step), || false)?;
|
||||
.execute(|indexing_step| tracing::debug!("update: {:?}", indexing_step), || false, None)?;
|
||||
|
||||
// 4.3 Import the documents.
|
||||
// 4.3.1 We need to recreate the grenad+obkv format accepted by the index.
|
||||
@@ -574,6 +574,7 @@ fn import_dump(
|
||||
},
|
||||
|indexing_step| tracing::trace!("update: {:?}", indexing_step),
|
||||
|| false,
|
||||
None,
|
||||
)?;
|
||||
|
||||
let builder = builder.with_embedders(embedders);
|
||||
|
Reference in New Issue
Block a user