Files
group_fqcd_jr/tests/unit/core
张胜宇 2c3a5188fb feat(W33): 双通道检索权重融合 + LLM 精排(一期,默认关闭)+ 意图配置与意图级度量
- app/core/retrieval_fusion.py(新增): 两路候选加权融合,三层分数分离
- app/service/retrieval_rerank_service.py(新增): LLM 精排,只出 id / 越界剔除 / 失败静默回落
- customer_service.py: 接线,开关 CS_DUAL_ROUTE / CS_RERANK,未设置时一行都不执行
- 测试 61 条(融合 22 / 精排 22 / 接线 17)
- agent_intent_config 补 5 条 active(1 -> 6)

铁律: vector_score 只用于出口判定,绝不改写;融合与精排只改「看哪些块、什么顺序」
门禁: 2608 passed / 3 skipped / 0 failed;金标 55 条逐项零差异,M-1 恒 100%
2026-09-22 12:29:50 +08:00
..