All users sharing the same history/memory #829
Unanswered
magnum6actual
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think I answered my own question. I need to be using Zep memory for an API with multiple users. |
Beta Was this translation helpful? Give feedback.
2 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'm just getting going with Flowise. I've deployed to GCP and have been using a model endpoint from a web app. I've noticed that the memory of the model Is shared among users. Which I guess would make sense as I don't see anything that would indicate sessions being created. So - how would one handle that? I clearly don't want different users to be able to query other's histories. And, if more than just a few people are using an app pointing to the endpoint, memory becomes chaos.
I'm assuming I've missed something simple on the setup or deployment as I'm sure no one intends to have shared memory among all users on a model.
Beta Was this translation helpful? Give feedback.
All reactions