new settings score limits

This commit is contained in:
team 1
2026-04-04 20:03:27 +02:00
parent 23ad8ffb1b
commit 1b3ab0a984

View File

@@ -24,11 +24,11 @@ final class NdjsonHybridRetriever implements RetrieverInterface
private const LIST_BONUS = 1.25;
private const MAX_CHUNKS_PER_DOC = 2;
private const MIN_CHUNK_DISTANCE = 2;
private const MIN_CHUNK_DISTANCE = 2.5;
private const RRF_K = 60;
private const THRESHOLD_FLOOR = 0.65;
private const THRESHOLD_CEIL = 0.90;
private const THRESHOLD_FLOOR = 0.82;
private const THRESHOLD_CEIL = 0.92;
private const EMPTY_RRF_FALLBACK_TOPN = 5;
public function __construct(