Add memory into the Mem0 platform by storing user-assistant interactions and facts for later retrieval.
add
operation is how you store memory into Mem0. Whether youβre working with a chatbot, a voice assistant, or a multi-agent system, this is the entry point to create long-term memory.
Memories typically come from a user-assistant interaction and Mem0 handles the extraction, transformation, and storage for you.
Mem0 offers two implementation flows:
Architecture diagram illustrating the process of adding memories.
add
, Mem0 performs the following steps under the hood: