optimize retrieve logic

This commit is contained in:
team 1
2026-04-14 08:55:01 +02:00
parent c23cfc664f
commit 41aadbddea
11 changed files with 89 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ final class NdjsonHybridRetriever implements RetrieverInterface
private const THRESHOLD_FLOOR = 0.83;
private const THRESHOLD_CEIL = 0.92;
private const EMPTY_RRF_FALLBACK_TOPN = 5;
private const EMPTY_RRF_FALLBACK_TOPN = 1;
public function __construct(
private readonly NdjsonChunkLookup $lookup,