You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if my question is correct, but i need help.
So, my goal is actually to keep chat history and memory based on user.
I use the upstash redis-backed chat memory. The conversation is saved in upstash based on userid that I set manually in node. But, i want to make it dynamic. Where the user id is collected from user. So, in the begining chatbot will ask userid, then user input his userid, and chatbot will get the conversation and save conversation based on this userid on upstash.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if my question is correct, but i need help.
So, my goal is actually to keep chat history and memory based on user.
I use the upstash redis-backed chat memory. The conversation is saved in upstash based on userid that I set manually in node. But, i want to make it dynamic. Where the user id is collected from user. So, in the begining chatbot will ask userid, then user input his userid, and chatbot will get the conversation and save conversation based on this userid on upstash.
can anyone help on this?
Beta Was this translation helpful? Give feedback.
All reactions