mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix the upgrade arroy calls
This commit is contained in:
parent
bef5954741
commit
fedb444e66
2 changed files with 7 additions and 6 deletions
|
@ -78,9 +78,9 @@ pub fn v1_10_to_v1_11(
|
|||
|
||||
meilisearch_types::milli::arroy::upgrade::cosine_from_0_4_to_0_5(
|
||||
&index_rtxn,
|
||||
index_read_database,
|
||||
index_read_database.remap_types(),
|
||||
&mut index_wtxn,
|
||||
index_write_database,
|
||||
index_write_database.remap_types(),
|
||||
)?;
|
||||
|
||||
index_wtxn.commit()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue