Skip to content

No metadata parameter in memory update method #3795

@swan-alexchen

Description

@swan-alexchen

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1-highBlocks significant use case, high demandenhancementNew feature or requestsdk-pythonPython SDK specific

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions