Replies: 1 comment
-
@fmoraes87 noticed this issue as well. we've completely changed the approach in this PR the issue should be resolved once PR is merged |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was doing a test and I realized when I'm using Conversational Agent, it respects the chatId or sessionId related to it, but, when I'm using Conversational Retrieval Agent it is using the executor memory (see code below) and it doesn't respect the chatId or sessionId.
Does anybody know why it using the memory from the executor instead of getting it from nodeData?
I've changed the Conversational Retrieval Agent to test and get memory from node data instead of getting it from the executor and apparently, it works well.
Ps: Maybe I'm using it wrongly too.
From Conversational Agent:
From Conversational Retrieval Agent
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions