Skip to content

v0.1.36

Choose a tag to compare

@memtomem memtomem released this 12 Jul 06:29
5a4984b

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)