From ba3024c3af5bc00dc48fdf4a2b4688c70dd76a4b Mon Sep 17 00:00:00 2001 From: Claw Date: Tue, 30 Jun 2026 22:55:33 -0500 Subject: [PATCH] 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) --- lakehouse.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lakehouse.toml b/lakehouse.toml index 1c1582f..6d806fb 100644 --- a/lakehouse.toml +++ b/lakehouse.toml @@ -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