Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/examples/python/memory_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
zastrowm marked this conversation as resolved.

This example demonstrates a workflow where memories are used to generate contextually relevant responses.

```mermaid
flowchart TD
Expand Down
Loading