Replies: 2 comments
-
Interesting. I want to know this too. My guess is that If we use think model it would say something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
@HGF1KOR This conversation wouldn't be stored into the memory. This will be a conversation history. Until and unless you use custom prompt to store it then and then it will store it in mem0 as a memory. This seems to be a normal conversation about Q&A with the LLM or assistant. There's no useful information to be stored as memory. |
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.
-
How does Mem0 solve this issue in vector similarity search?
In vector similarity search, this kind of problem can always occur:
In this scenario, when we would perform similarity search it would pull both the messages but the model might misunderstand who he refers to — it could incorrectly associate he with Narendra Modi instead of Joe Biden.
Beta Was this translation helpful? Give feedback.
All reactions