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 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.
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
-
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