Add TODOs

This commit is contained in:
ManyTheFish
2023-12-13 11:46:09 +01:00
committed by Louis Dureuil
parent a4536b1381
commit 9991152bbe
3 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,7 @@ pub struct Search<'a> {
scoring_strategy: ScoringStrategy,
words_limit: usize,
exhaustive_number_hits: bool,
/// TODO: Add semantic ratio or pass it directly to execute_hybrid()
rtxn: &'a heed::RoTxn<'a>,
index: &'a Index,
distribution_shift: Option<DistributionShift>,