Replies: 1 comment
-
hmm. I don't have much experience with websocket solutions. One way to manage memory is to update the frontend code to send all messages in a conversation which can be used to update the Otherwise, you'll require a database + frontend code changes to track conversations via a session id or something similar. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have set up an agent executor initialized with ConversationBufferMemory that serves a websocket endpoint. However, not very sure about how should we manage and compartmentalize memory with a unique key for each user in this pattern. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions