config: switch memory embeddings to local ollama

This commit is contained in:
William Valentin
2026-02-21 09:20:48 -08:00
parent 36c6b75e98
commit e582132ba8
+15
View File
@@ -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.
#