**How to Store Memory in Sequential Autogen Agent Workflow to Maintain Context in a Single Chat Session?** #4344
Unanswered
Priya-Issar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m working on building a Text-to-SQL LLM chatbot using Autogen that takes user questions from the frontend and generates SQL queries as output.
Architecture(Sequential Autogen Flow):
Here’s the detailed workflow I’m using:-
Goal:
I want to store memory to maintain the context throughout a single chat session, ensuring continuity and relevance in the responses.
I’ve already explored concepts like Teachability, Mem0, and MemGPT, but I’m unclear on how to implement these effectively in the above use case.
Questions:
Looking forward to your suggestions!
Beta Was this translation helpful? Give feedback.
All reactions