Skip to content

Drop SOP KB hits below a 0.6 retrieve score

Ashika Patchigoolla requested to merge feature/sop-score-threshold into main

Summary

  • Drop Bedrock KB retrieve hits below SOP_MIN_SCORE (default 0.6).
  • If none remain, return found: false and a fallback — do not invent a match.

Test plan

  • pytest sop-agent/mcp/test_score.py (4 passed).

Merge request reports