-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
python sdk update memory bug #1917
Comments
def _update_memory(self, memory_id, data, existing_embeddings, metadata=None): so, need add existing_embeddings in def update(self, memory_id, data) |
parshvadaftari
added a commit
to parshvadaftari/mem0
that referenced
this issue
Sep 27, 2024
@YZF-Myself I have raised a PR for this issue. |
@YZF-Myself The issue is solved with the PR #1939 you can check out the latest commit. |
ok, I get it. |
Closing this issue as it has been fixed. Please feel free to open again if same problem occurs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
The text was updated successfully, but these errors were encountered: