Merge branch 'main' into granular-filterable-attributes

This commit is contained in:
ManyTheFish
2025-03-11 10:05:58 +01:00
227 changed files with 6074 additions and 1626 deletions

View File

@ -786,7 +786,7 @@ fn embed_chunks(
unused_vectors_distribution: &UnusedVectorsDistribution,
request_threads: &ThreadPoolNoAbort,
) -> Result<Vec<Vec<Embedding>>> {
match embedder.embed_chunks(text_chunks, request_threads) {
match embedder.embed_index(text_chunks, request_threads) {
Ok(chunks) => Ok(chunks),
Err(error) => {
if let FaultSource::Bug = error.fault {

View File

@ -2772,6 +2772,8 @@ mod tests {
response: Setting::NotSet,
distribution: Setting::NotSet,
headers: Setting::NotSet,
search_embedder: Setting::NotSet,
indexing_embedder: Setting::NotSet,
binary_quantized: Setting::NotSet,
}),
);