config: disable HNSW auto-tuning agent

Flips [hnsw auto-tune] enabled true->false to keep the background propose/trial/promote
loop off live search traffic on shared Ollama. Revert to re-enable.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claw 2026-06-30 22:55:33 -05:00
parent 0d37a94ebf
commit ba3024c3af

View File

@ -84,7 +84,7 @@ service_name = "lakehouse"
# let the agent continuously propose + trial HNSW configs and auto-promote
# winners. Defaults are conservative so it stays out of the way of live
# search traffic on shared Ollama.
enabled = true
enabled = false
cycle_interval_secs = 120 # periodic wake if no triggers
cooldown_between_trials_secs = 10 # min gap between trials
min_recall = 0.9 # never promote below this