Unable to see the full context inserted in the memmory and no semantic search is happening to retrieve the actual context #4121
Unanswered
hariumeshuk
asked this question in
Q&A
Replies: 1 comment
-
|
Not sure, which installation you're using (cloud or local), but my local installation couldn't retrieve anything until I realized that the modell I has used (ollama 3.2 3B) was incapable of dealing with another language than English. As soon as I used english keywords in my openclaw mem0 test queries, the answers worked. So it's important to use a decent model to store information (such as ChatGPT-4.1-nano) and a good model for embedding (such as openai/text-embedding-3-large). I also greatly used the help of Opus 4.6 to set things up. |
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.
-
Hello,
I having some queries related to how mem0 stores the context ?
i have inserted below conversation result in the mem0
id: 123 for all insertion
However when i am trying to retrieve the context for the same id: it return 3 above 3 result with some changes in the context
so my question is,
3.) How does it perform the semantic search? Does it require prompting to retrieve the actual context against the query passed?
Beta Was this translation helpful? Give feedback.
All reactions