mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08: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
@ -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…
Reference in New Issue
Block a user