params optimize

This commit is contained in:
team 1
2026-03-02 15:42:03 +01:00
parent a1acc3e106
commit 4784ea7f02

View File

@@ -16,7 +16,7 @@ use App\Vector\VectorSearchClient;
final class NdjsonHybridRetriever implements RetrieverInterface
{
private const VECTOR_SCORE_THRESHOLD = 0.82;
private const VECTOR_SCORE_THRESHOLD = 0.75;
private const HARD_MAX_CHUNKS = 90;
private const HARD_MAX_VECTORK = 250;