From f83f419eecb8d800b201ecb2109587284f35bd51 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 19 Mar 2026 21:38:33 +0100 Subject: [PATCH] auto-git: [change] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86d39bc..940bc24 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ The `DBs` tab is no longer a placeholder. You can: - create and rename libraries - register files and folders -- attach one library to chat context +- let Heimgeist rebuild retrieval automatically when files change - open or remove registered files from the UI -When a library is added to chat, Heimgeist prepares it automatically by building a corpus, enriching the content, and creating retrieval indexes. For each chat turn, Heimgeist queries the active library, turns the top results into a local context block, appends that block to the user prompt, and sends the enriched prompt to Ollama. +When files are added or removed, Heimgeist automatically rebuilds the local RAG pipeline for that database: corpus, enrichment, embeddings, and indexes. In the chat composer, you can select which database the current chat should use. For each chat turn, Heimgeist queries the selected database, turns the top results into a local context block, appends that block to the user prompt, and sends the enriched prompt to Ollama. ## Stack