You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: FTS 하이브리드 스코링 개선 — full query match + coverage 보너스 + 적응형 weight
- full query in title 보너스 복원 (len(terms) × 3.0)
- query term coverage 보너스: 80%+ 매칭 시 추가 가중치
- BM25 weight curve 조정: N≤500 → 10% BM25, N=5000+ → 80% BM25
- 소규모 corpus에서 substring 매칭 비중을 높여 안정성 확보
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments