From d24d5a87e1112b1053ceccb269910224e37f7d6a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 19 Mar 2026 21:24:31 +0100 Subject: [PATCH] Update README.md with changes in library management and chat context handling --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bc783b..86d39bc 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,10 @@ The `DBs` tab is no longer a placeholder. You can: - create and rename libraries - register files and folders -- build, enrich, and index library content -- mark one library as active for chat context +- attach one library to chat context - open or remove registered files from the UI -When a chat library is active, Heimgeist queries it before sending a message and appends the returned context block to the prompt. +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. ## Stack