mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 20:56:31 +00:00
Make clippy happy
This commit is contained in:
committed by
Louis Dureuil
parent
fb68f1241c
commit
4645813ea8
@ -485,7 +485,7 @@ where
|
||||
|
||||
// If an embedder wasn't used in the typedchunk but must be binary quantized
|
||||
// we should insert it in `dimension`
|
||||
let index_version = self.index.get_version(&self.wtxn)?.unwrap();
|
||||
let index_version = self.index.get_version(self.wtxn)?.unwrap();
|
||||
for (name, action) in settings_diff.embedding_config_updates.iter() {
|
||||
if action.is_being_quantized && !dimension.contains_key(name.as_str()) {
|
||||
let index = self.index.embedding_configs().embedder_id(self.wtxn, name)?.ok_or(
|
||||
|
Reference in New Issue
Block a user