From caad050bb79b6837ab884c8077fa62deca6651bb Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 10 Feb 2025 18:47:22 +0100 Subject: [PATCH] Outline further RAG integration steps --- app/MindWork AI Studio/Chat/ContentText.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/MindWork AI Studio/Chat/ContentText.cs b/app/MindWork AI Studio/Chat/ContentText.cs index 47c0533d..20613910 100644 --- a/app/MindWork AI Studio/Chat/ContentText.cs +++ b/app/MindWork AI Studio/Chat/ContentText.cs @@ -40,6 +40,18 @@ public sealed class ContentText : IContent if(chatThread is null) return; + // + // Check if the user wants to bind any data sources to the chat: + // + + // + // Trigger the retrieval part of the (R)AG process: + // + + // + // Perform the augmentation of the R(A)G process: + // + // Store the last time we got a response. We use this later // to determine whether we should notify the UI about the // new content or not. Depends on the energy saving mode