ZelaxyDocs
Tool Integrations
Tool

Mem0

AI memory layer with automatic summarization

Mem0

Mem0 provides intelligent AI memory — store, retrieve, and manage conversational memories with automatic summarization and relevance ranking. Unlike raw vector DBs, Mem0 understands context.

Overview

PropertyValue
Typemem0
CategoryTool — Vector Database
AuthAPI Key

Operations

OperationDescription
Add MemoryStore a new memory
SearchFind relevant memories
Get AllRetrieve all memories for a user
DeleteRemove a memory

Configuration

SettingTypeDescription
API KeyPasswordMem0 API key
User IDShort inputUser identifier for memory isolation
ContentLong textMemory content to store
QueryShort inputSearch query for retrieval

Outputs

FieldTypeDescription
memoriesjsonRetrieved memory objects
contentstringMemory content

Example: Personal AI Assistant

Workflow:

[Starter] → [Mem0: Search] → [Agent] → [Mem0: Add] → [Response]
  1. User sends a message
  2. Mem0 searches for relevant past memories (preferences, past conversations)
  3. Agent uses memories as context for a personalized response
  4. New conversation is stored as a memory for next time

Tips

  • User IDs isolate memories — essential for multi-user applications
  • Automatic summarization — Mem0 condenses long conversations into key facts
  • Better than raw vectors for conversation memory — it understands what's worth remembering