optimize with new transformer rmodel

This commit is contained in:
team2
2026-02-26 18:36:57 +01:00
parent 5b4e0ad4c3
commit 8a97bd41e6
5 changed files with 24 additions and 29 deletions

View File

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