diff --git a/docs/examples/python/memory_agent.md b/docs/examples/python/memory_agent.md index eacf5178f..03ea16d59 100644 --- a/docs/examples/python/memory_agent.md +++ b/docs/examples/python/memory_agent.md @@ -30,7 +30,10 @@ The memory agent utilizes two primary tools: ## Memory-Enhanced Response Generation Workflow -This example demonstrates a workflow where memories are used to generate contextually relevant responses: +> [!NOTE] +> By default, mem0 persists memories to local storage at `~/.mem0/`. See [mem0 vector store configuration](https://docs.mem0.ai/components/vectordbs/config) for options on using a different backend for production use. + +This example demonstrates a workflow where memories are used to generate contextually relevant responses. ```mermaid flowchart TD