🐛 Describe the bug
The current update method signature is def update(self, memory_id, data):
|
def update(self, memory_id, data): |
The underlying update method seems support metadata update though
|
def _update_memory(self, memory_id, data, existing_embeddings, metadata=None): |
The documentation shows user could update metadata in the update interface but seems there is no metadata parameter in the public update interface https://docs.mem0.ai/core-concepts/memory-operations/update#key-terms
🐛 Describe the bug
The current update method signature is
def update(self, memory_id, data):mem0/mem0/memory/main.py
Line 992 in 903c363
The underlying update method seems support metadata update though
mem0/mem0/memory/main.py
Line 1142 in 903c363
The documentation shows user could update metadata in the update interface but seems there is no metadata parameter in the public update interface https://docs.mem0.ai/core-concepts/memory-operations/update#key-terms