Replies: 1 comment 2 replies
-
Hey @amititash, you might want to try our platform version for this scenario, as it can handle such cases. |
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
-
Hello,
I am noticing that unless I have a user input that explicitly states what the response is about, mem0 doesnt trigger a memory event.
So for instance
Assistant: whats your name
User: Barney
will not trigger a memory event even though the request does go the backend and can be see in the logs.
Is this a bug or is there something in the docs I have missed. Note that in my implementation it is hard for me to explicitly tag something because I cannot choose the order in which questions will be asked and answered and when they will be asked and answered.
Is there any good way of handling this scenario?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions