Files
nexus/wiki/entities/Mem0.md
2026-04-28 12:03:10 +08:00

36 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Mem0"
type: entity
tags: [AI-Memory, Memory-Backend, Vector-DB, OpenSource]
sources: [ai-memory-tools-two-camps]
last_updated: 2026-04-15
---
## Basic Info
- **Type**: 产品 / AI Memory Tool
- **GitHub**: 53.1k stars
- **Category**: Camp 1 — Memory Backend
- **Website**: mem0.ai
## Summary
Camp 1Memory Backend类别的领导者。四个核心操作add、search、update、delete。从对话中提取事实存储在三层级user、session、agent通过混合搜索检索。
## Core Features
- 四操作 APIadd、search、update、delete
- 三层级存储user跨会话、session单次对话、agentAgent 间共享)
- 混合搜索检索
- Python + TypeScript SDK
- 通用兼容设计
## Key Limitation
- 记忆是扁平条目,条目之间无关系
- 每次提取都需要 LLM 调用,提取质量完全依赖提取提示词
- 存储后不演进,一月的事实和四月的事实并存,无法自动处理新旧冲突
## Why It's Camp 1
Mem0 的核心问题域是"AI 应该记住什么?"属于事实召回fact recall优化——系统从对话中提取事实并注入下一轮对话。
## Connections
- [[ai-memory-tools-two-camps]] ← 来源 ← Mem0 是 Camp 1 类别领导者
- [[Memory-Backend]] ← 属于 ← Mem0 是 Memory Backend 范式的代表工具