mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
When retrieveVectors
is true, retrieve _vectors.embedder
even if there are no vector for that embedder
This commit is contained in:
parent
0df84bbba7
commit
c25f7e3450
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue