Outline further RAG integration steps

This commit is contained in:
Thorsten Sommer 2025-02-10 18:47:22 +01:00
parent 28b0deb318
commit caad050bb7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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