stronger VECTOR_SCORE_THRESHOLD

This commit is contained in:
team 1
2026-04-22 17:52:43 +02:00
parent 391cf57a40
commit 4c6065b0ce

View File

@@ -34,7 +34,7 @@ final class NdjsonHybridRetrieverConfig
* - the system now has more safeguards: * - the system now has more safeguards:
* lexical cross-signals, scoped retrieval, title/meta boost, selection rules * lexical cross-signals, scoped retrieval, title/meta boost, selection rules
*/ */
public const VECTOR_SCORE_THRESHOLD = 0.81; public const VECTOR_SCORE_THRESHOLD = 0.83;
/** /**
* Lower safety boundary for dynamic threshold adjustments. * Lower safety boundary for dynamic threshold adjustments.