tune recall threshold and increase distant evidence budget

This commit is contained in:
2026-02-16 23:26:45 +08:00
parent e8afb609b7
commit 246eb7a7e2
2 changed files with 23 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ const CONFIG = {
// Event (L2 Events)
EVENT_CANDIDATE_MAX: 100,
EVENT_SELECT_MAX: 50,
EVENT_MIN_SIMILARITY: 0.55,
EVENT_MIN_SIMILARITY: 0.60,
EVENT_MMR_LAMBDA: 0.72,
EVENT_ENTITY_BYPASS_SIM: 0.70,