-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph store with Anthropic LLM and Ollama embedder not working #2115
Comments
I am also experiencing this issue. It looks like when specifying a graph store the solution is not handling the request properly for tools and tool_choice for Anthropic A reference to the mem0 code for constructing a request to Anthropic:
I am still reviewing the code but it looks like What is defined in the mem0 code
What is defined in the Anthropic documentation
|
🐛 Describe the bug
I have this config and basic code to add a memory:
The code above throws an error on the
m.add
statement.It works well without the
graph_store
key in config.I've been seeing examples where they only have
graph_store
in their config but I'm having issues with that as well and this is the error I'm getting.ValueError: shapes (0,1536) and (768,) not aligned: 1536 (dim 1) != 768 (dim 0)
Versions
The text was updated successfully, but these errors were encountered: