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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade notes
Repeated healthy LTM searches whose candidates remain below min_score now
emit and persist a score-scale diagnostic after five consecutive non-empty
misses. STM does not lower min_score automatically; check whether the LTM
is running without embedding extras or the configured threshold is
intentionally high. (#684)
Fixed
Repeated healthy LTM searches whose candidates all score below the active min_score now produce a durable score-scale diagnostic after five
consecutive non-empty misses. mms stats warns that the LTM may be running
single-leg/BM25-only (or that the configured threshold may be intentionally
high) without silently lowering the threshold. Behavior change: this
previously silent no_results_score pattern now emits one warning per
detected episode and appears in the on-disk stats summary. (#684, issue #672)
Docs
Expanded the optional toolgraph setup guide with a concrete server_name_map, an upstream-direct crawl recipe, and accurate TOOL_NOT_FOUND troubleshooting guidance. (#685, issue #652)