new settings score limits new THRESHOLD_FLOOR

This commit is contained in:
team 1
2026-04-04 20:14:35 +02:00
parent 1b3ab0a984
commit c7b5cfeb91

View File

@@ -27,7 +27,7 @@ final class NdjsonHybridRetriever implements RetrieverInterface
private const MIN_CHUNK_DISTANCE = 2.5; private const MIN_CHUNK_DISTANCE = 2.5;
private const RRF_K = 60; private const RRF_K = 60;
private const THRESHOLD_FLOOR = 0.82; private const THRESHOLD_FLOOR = 0.83;
private const THRESHOLD_CEIL = 0.92; private const THRESHOLD_CEIL = 0.92;
private const EMPTY_RRF_FALLBACK_TOPN = 5; private const EMPTY_RRF_FALLBACK_TOPN = 5;