update threshold num

This commit is contained in:
team2
2026-02-26 19:24:28 +01:00
parent 948849dd6d
commit 8e9f20d41f

View File

@@ -13,7 +13,7 @@ use App\Vector\VectorSearchClient;
final class NdjsonHybridRetriever implements RetrieverInterface
{
private const VECTOR_SCORE_THRESHOLD = 0.45;
private const VECTOR_SCORE_THRESHOLD = 0.4;
private const VECTOR_TOPK_MULTIPLIER_WHEN_ROUTED = 3;
private const HARD_MAX_CHUNKS = 200;