mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 04:44:26 +01:00
Update crates/meilitool/src/upgrade/v1_11.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
a5d138ac34
commit
7415ef7ff5
@ -39,7 +39,7 @@ pub fn v1_10_to_v1_11(db_path: &Path) -> anyhow::Result<()> {
|
|||||||
let index_path = db_path.join("indexes").join(uuid.to_string());
|
let index_path = db_path.join("indexes").join(uuid.to_string());
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"[{}/{index_count}]Checking that update can take place for `{uid}` at `{}`",
|
"[{}/{index_count}]Updating embeddings for `{uid}` at `{}`",
|
||||||
index_index + 1,
|
index_index + 1,
|
||||||
index_path.display()
|
index_path.display()
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user