Querying Flowise API from python doesn't use buffer memory? #1376
Unanswered
Hyperlooper
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Hyperlooper alternative is to use memory nodes with sessionId like Redis, Zep, Upstash etc, and supply the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I have a simple chain with buffer memory piped in to the conversational agent. This works properly using the embedded chat window in the webpage, but when I query the same chain via python using the API, the agent does not have any memory message to message. How do you query the agent via the API in a way that does preserve this memory state?
Working via UI

Does not work via this call:
Beta Was this translation helpful? Give feedback.
All reactions