stop fallback from hits
This commit is contained in:
@@ -366,7 +366,7 @@ final readonly class NdjsonHybridRetriever implements RetrieverInterface
|
||||
$rawScores = $fused['raw_scores'];
|
||||
|
||||
if ($rrfScores === [] && $globalHits !== []) {
|
||||
$rrfScores = $this->fallbackRrfFromHits($globalHits);
|
||||
// $rrfScores = $this->fallbackRrfFromHits($globalHits);
|
||||
}
|
||||
|
||||
if ($rrfScores === []) {
|
||||
|
||||
Reference in New Issue
Block a user