Concept Flow - Memory-augmented retrieval
User Query Input
Check Memory for Context
Retrieve Relevant Memory Entries
Combine Query + Memory Context
Send to Retriever/LLM
Get Response
Update Memory with New Info
Output Answer
The system takes a user query, checks stored memory for relevant context, combines them, sends to the retriever or language model, then updates memory with new information before outputting the answer.