From e582132ba83ee07b74d32922c8e66ad7d913bcb5 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sat, 21 Feb 2026 09:20:48 -0800 Subject: [PATCH] config: switch memory embeddings to local ollama --- config/default.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/default.yaml b/config/default.yaml index a49540b..8d7d760 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -272,6 +272,21 @@ agents: # (instead of requiring temporary /elevate windows). sensitive_mode: confirm_without_elevation +# ── Memory / Embeddings ────────────────────────────────────────────── +# Enable hybrid keyword + vector search using local Ollama embeddings. +memory: + enabled: true + auto_extract: true + embedding: + enabled: true + provider: ollama + model: nomic-embed-text + endpoint: http://localhost:11434 + chunk_size: 512 + chunk_overlap: 50 + top_k: 5 + hybrid_weight: 0.7 + # ── Prompt Assembly ─────────────────────────────────────────────────── # Tune how much context Flynn loads into the system prompt. #