new params in retriever

This commit is contained in:
team2
2026-02-27 19:54:18 +01:00
parent 5e004c99f4
commit d01a0d1464

View File

@@ -16,7 +16,7 @@ final class NdjsonHybridRetriever implements RetrieverInterface
{
private const VECTOR_SCORE_THRESHOLD = 0.72;
private const HARD_MAX_CHUNKS = 120;
private const HARD_MAX_CHUNKS = 90;
private const HARD_MAX_VECTORK = 250;
private const LIST_BONUS = 1.5;