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:
parent
0d37a94ebf
commit
ba3024c3af
@ -84,7 +84,7 @@ service_name = "lakehouse"
|
|||||||
# let the agent continuously propose + trial HNSW configs and auto-promote
|
# let the agent continuously propose + trial HNSW configs and auto-promote
|
||||||
# winners. Defaults are conservative so it stays out of the way of live
|
# winners. Defaults are conservative so it stays out of the way of live
|
||||||
# search traffic on shared Ollama.
|
# search traffic on shared Ollama.
|
||||||
enabled = true
|
enabled = false
|
||||||
cycle_interval_secs = 120 # periodic wake if no triggers
|
cycle_interval_secs = 120 # periodic wake if no triggers
|
||||||
cooldown_between_trials_secs = 10 # min gap between trials
|
cooldown_between_trials_secs = 10 # min gap between trials
|
||||||
min_recall = 0.9 # never promote below this
|
min_recall = 0.9 # never promote below this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user