How to Store Memory for Context Maintenance in a Chat Session? (Autogen Agent - Sequential Flow) #2051
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
-
I’m working on building a Text-to-SQL LLM chatbot that takes user questions from the frontend and generates SQL queries as output.
Architecture(using Autogen Sequential Flow):
Here’s the detailed workflow I’m using:-
Goal:
I want to store memory to maintain the context throughout a single chat session.
Questions:
Looking forward to suggestions.
Beta Was this translation helpful? Give feedback.
All reactions