diff --git a/milli/src/index.rs b/milli/src/index.rs index 0a7a20ce0..a9b118827 100644 --- a/milli/src/index.rs +++ b/milli/src/index.rs @@ -1660,9 +1660,7 @@ impl Index { } } - if !embeddings.is_empty() { - res.insert(embedder_name.to_owned(), embeddings); - } + res.insert(embedder_name.to_owned(), embeddings); } Ok(res) }