Merge branch 'main' into retrieve-query-vectors

This commit is contained in:
Mubelotix
2025-08-05 14:02:25 +02:00
125 changed files with 6519 additions and 1951 deletions

View File

@ -213,6 +213,7 @@ impl Search<'_> {
scoring_strategy: ScoringStrategy::Detailed,
words_limit: self.words_limit,
exhaustive_number_hits: self.exhaustive_number_hits,
max_total_hits: self.max_total_hits,
rtxn: self.rtxn,
index: self.index,
semantic: self.semantic.clone(),