agentic_huge_data_base / wiki
页面 Mem0 DeepWiki 中文译文·82/82 页译文 · 长期记忆与上下文管理

Mem0 DeepWiki 中文译文

长期记忆与上下文管理 DeepWiki 中文译文目录页,作为对应 2.5 项目要点页的章节入口。本页集中呈现项目定位、核心模块、章节索引和源码线索;具体中文全文请进入独立章节页阅读。

用途说明:本页仅用于内部技术调研、方案比较和工程学习;原始内容与最终核对仍以 DeepWiki 链接为准。
译文82/82 页 待补0 页 章节1196 核心模块界面与交互、检索、召回与索引、模型调用与提供方适配、系统架构、测试、发布与运维

项目定位

长期记忆与上下文管理

面向会话、偏好、已确认事实和上下文压缩。

用户记忆会话摘要作用域隔离记忆删除

核心模块

界面与交互

60 个章节涉及此模块。优先查看下列章节,再回到完整目录按 ID 阅读。

检索、召回与索引

53 个章节涉及此模块。优先查看下列章节,再回到完整目录按 ID 阅读。

模型调用与提供方适配

41 个章节涉及此模块。优先查看下列章节,再回到完整目录按 ID 阅读。

系统架构

46 个章节涉及此模块。优先查看下列章节,再回到完整目录按 ID 阅读。

测试、发布与运维

51 个章节涉及此模块。优先查看下列章节,再回到完整目录按 ID 阅读。

章节筛选

显示 82 / 82 项

章节目录

ID章节模块源码线索状态
1 总览 系统架构、安装与启动、界面与交互 AGENTS.md CLAUDE.md README.md 全文译文
1.1 系统架构 模型调用与提供方适配、系统架构、检索、召回与索引 AGENTS.md CLAUDE.md Makefile 全文译文
1.2 安装与设置 模型调用与提供方适配、检索、召回与索引、界面与交互 Makefile docs/components/vectordbs/config.mdx docs/components/vectordbs/dbs/chroma.mdx 全文译文
1.3 部署模型 模型调用与提供方适配、界面与交互、系统架构 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
2 核心架构 系统架构、模型调用与提供方适配、检索、召回与索引 Makefile docs/components/vectordbs/config.mdx docs/components/vectordbs/dbs/chroma.mdx 全文译文
2.1 工厂模式与组件系统 模型调用与提供方适配、检索、召回与索引、系统架构 Makefile docs/components/vectordbs/config.mdx docs/components/vectordbs/dbs/chroma.mdx 全文译文
2.2 提供方生态 模型调用与提供方适配、检索、召回与索引、系统架构 docs/components/embedders/config.mdx docs/components/embedders/models/aws_bedrock.mdx docs/components/embedders/overview.mdx 全文译文
2.3 配置系统 模型调用与提供方适配、配置治理、测试、发布与运维 docs/components/vectordbs/dbs/vectorize.mdx docs/open-source/multimodal-support.mdx mem0-ts/pnpm-lock.yaml 全文译文
3 记忆系统 检索、召回与索引、测试、发布与运维、界面与交互 docs/core-concepts/memory-operations/add.mdx docs/core-concepts/memory-operations/delete.mdx docs/core-concepts/memory-operations/search.mdx 全文译文
3.1 记忆类 (开源) 测试、发布与运维、检索、召回与索引、模型调用与提供方适配 mem0-ts/src/oss/src/memory/index.ts mem0-ts/src/oss/src/tests/better-sqlite3-migration.test.ts mem0-ts/src/oss/src/tests/sqlite-backward-compat.test.ts 全文译文
3.2 MemoryClient(平台) 界面与交互、系统架构、测试、发布与运维 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
3.3 记忆操作 测试、发布与运维、检索、召回与索引、记忆与上下文 docs/api-reference/memory/add-memories.mdx docs/api-reference/memory/delete-memories.mdx docs/api-reference/memory/delete-memory.mdx 全文译文
3.4 会话作用域与过滤器 检索、召回与索引、记忆与上下文、界面与交互 docs/api-reference.mdx docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx 全文译文
3.5 异步操作 测试、发布与运维、界面与交互、记忆与上下文 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
3.6 代理集成 检索、召回与索引、接口与服务契约、界面与交互 mem0/__init__.py mem0/configs/base.py mem0/configs/prompts.py 全文译文
3.7 智能记忆处理 检索、召回与索引、界面与交互、入库与解析 docs/images/openclaw-architecture.png mem0-ts/src/oss/src/llms/base.ts mem0-ts/src/oss/src/prompts/index.ts 全文译文
4 图谱记忆 检索、召回与索引、图谱与关系、系统架构 docs/components/vectordbs/dbs/neptune_analytics.mdx examples/graph-db-demo/neptune-example.ipynb mem0/__init__.py 全文译文
4.1 图谱记忆总览 图谱与关系、系统架构、检索、召回与索引 docs/components/vectordbs/dbs/neptune_analytics.mdx docs/core-concepts/memory-operations/add.mdx docs/core-concepts/memory-operations/delete.mdx 全文译文
4.2 图存储提供方 检索、召回与索引、测试、发布与运维、配置治理 docs/components/vectordbs/dbs/neptune_analytics.mdx examples/graph-db-demo/neptune-example.ipynb mem0/configs/base.py 全文译文
4.3 实体与关系抽取 图谱与关系、智能体运行时、存储与持久化 mem0-ts/src/oss/src/memory/index.ts mem0-ts/src/oss/src/tests/better-sqlite3-migration.test.ts mem0-ts/src/oss/src/tests/sqlite-backward-compat.test.ts 全文译文
4.4 图谱检索与召回 检索、召回与索引、图谱与关系、界面与交互 docs/components/vectordbs/dbs/milvus.mdx mem0-ts/src/oss/src/utils/scoring.ts mem0/__init__.py 全文译文
4.5 相似度阈值 检索、召回与索引、界面与交互、图谱与关系 docs/components/vectordbs/dbs/milvus.mdx mem0-ts/src/oss/src/utils/scoring.ts mem0/__init__.py 全文译文
5 存储后端 界面与交互、系统架构、检索、召回与索引 docs/components/vectordbs/dbs/milvus.mdx mem0-ts/src/oss/src/utils/scoring.ts mem0/__init__.py 全文译文
5.1 向量存储总览 检索、召回与索引、系统架构、界面与交互 Makefile docs/components/vectordbs/config.mdx docs/components/vectordbs/dbs/chroma.mdx 全文译文
5.2 向量存储提供方 存储与持久化、检索、召回与索引、配置治理 docs/components/vectordbs/dbs/azure_mysql.mdx docs/components/vectordbs/dbs/cassandra.mdx docs/components/vectordbs/dbs/databricks.mdx 全文译文
5.3 向量存储配置 检索、召回与索引、模型调用与提供方适配、界面与交互 Makefile docs/components/vectordbs/config.mdx docs/components/vectordbs/dbs/chroma.mdx 全文译文
5.4 历史记录与审计轨迹 测试、发布与运维、存储与持久化、记忆与上下文 mem0-ts/src/oss/src/memory/index.ts mem0-ts/src/oss/src/tests/better-sqlite3-migration.test.ts mem0-ts/src/oss/src/tests/sqlite-backward-compat.test.ts 全文译文
6 AI 模型集成 模型调用与提供方适配、检索、召回与索引、接口与服务契约 docs/components/embedders/config.mdx docs/components/embedders/overview.mdx docs/components/llms/config.mdx 全文译文
6.1 大模型提供方 模型调用与提供方适配、检索、召回与索引、系统架构 LLM.md cookbooks/customer-support-chatbot.ipynb docs/components/embedders/models/aws_bedrock.mdx 全文译文
6.2 LLM 配置 模型调用与提供方适配、系统架构、接口与服务契约 docs/components/embedders/config.mdx docs/components/embedders/overview.mdx docs/components/llms/config.mdx 全文译文
6.3 嵌入提供方 检索、召回与索引、模型调用与提供方适配、界面与交互 docs/components/embedders/models/google_AI.mdx docs/components/embedders/models/huggingface.mdx docs/components/embedders/models/ollama.mdx 全文译文
6.4 嵌入配置 模型调用与提供方适配、测试、发布与运维、界面与交互 docs/components/embedders/config.mdx docs/components/embedders/overview.mdx docs/components/llms/config.mdx 全文译文
6.5 重排序 检索、召回与索引、模型调用与提供方适配、系统架构 docs/components/rerankers/config.mdx docs/components/rerankers/custom-prompts.mdx docs/components/rerankers/models/cohere.mdx 全文译文
7 平台与 API 接口与服务契约、界面与交互、认证、权限与安全 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
7.1 托管平台总览 系统架构、界面与交互、认证、权限与安全 docs/api-reference/organizations-projects.mdx docs/changelog/highlights.mdx docs/changelog/platform.mdx 全文译文
7.2 REST 接口参考 检索、召回与索引、接口与服务契约、认证、权限与安全 docs/api-reference.mdx docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx 全文译文
7.3 API 版本管理 检索、召回与索引、接口与服务契约、界面与交互 docs/api-reference.mdx docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx 全文译文
7.4 组织与项目 界面与交互、接口与服务契约、配置治理 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
7.5 Webhooks 与事件 测试、发布与运维、界面与交互、系统架构 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
7.6 记忆导出 接口与服务契约、界面与交互、工作流与编排 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
8 客户端 SDKs 安装与启动、测试、发布与运维、检索、召回与索引 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
8.1 Python SDK 安装与启动、测试、发布与运维、记忆与上下文 docs/api-reference/entities/delete-user.mdx docs/api-reference/entities/get-users.mdx docs/api-reference/events/get-event.mdx 全文译文
8.2 TypeScript/JavaScript SDK 检索、召回与索引、模型调用与提供方适配、界面与交互 docs/components/vectordbs/dbs/vectorize.mdx docs/open-source/multimodal-support.mdx mem0-ts/package.json 全文译文
8.3 Vercel AI SDK 提供方 模型调用与提供方适配、系统架构、检索、召回与索引 docs/integrations/vercel-ai-sdk.mdx skills/mem0-cli/LICENSE skills/mem0-cli/README.md 全文译文
9 框架集成 记忆与上下文、接口与服务契约、模型调用与提供方适配 .agents/plugins/marketplace.json docs/integrations.mdx docs/integrations/agentops.mdx 全文译文
9.1 智能体框架 检索、召回与索引、界面与交互、测试、发布与运维 docs/components/vectordbs/dbs/baidu.mdx docs/cookbooks/companions/travel-assistant.mdx docs/cookbooks/integrations/aws-bedrock.mdx 全文译文
9.2 OpenClaw 插件 系统架构、测试、发布与运维、界面与交互 docs/changelog/openclaw.mdx docs/integrations/openclaw.mdx openclaw/Makefile 全文译文
9.3 语音与多模态 检索、召回与索引、记忆与上下文、模型调用与提供方适配 docs/cookbooks/companions/travel-assistant.mdx docs/cookbooks/integrations/aws-bedrock.mdx docs/integrations/agentops.mdx 全文译文
9.4 开发工具 智能体运行时、测试、发布与运维、界面与交互 .agents/plugins/marketplace.json docs/integrations.mdx docs/integrations/agentops.mdx 全文译文
9.5 MCP 服务端与 AI 编码智能体 安装与启动、智能体运行时、测试、发布与运维 .agents/plugins/marketplace.json .claude-plugin/marketplace.json .cursor-plugin/marketplace.json 全文译文
10 用量模式 检索、召回与索引、测试、发布与运维、界面与交互 docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx docs/cookbooks/essentials/entity-partitioning-playbook.mdx 全文译文
10.1 基础用量 安装与启动、记忆与上下文、检索、召回与索引 docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx docs/cookbooks/essentials/entity-partitioning-playbook.mdx 全文译文
10.2 高级模式 检索、召回与索引、测试、发布与运维、记忆与上下文 docs/cookbooks/companions/nodejs-companion.mdx docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx 全文译文
10.3 领域-专属示例 界面与交互、模型调用与提供方适配、系统架构 docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx docs/cookbooks/essentials/entity-partitioning-playbook.mdx 全文译文
11 高级特性 测试、发布与运维、检索、召回与索引、记忆与上下文 mem0-ts/src/client/config.ts mem0-ts/src/client/telemetry.types.ts mem0-ts/src/client/tests/telemetry-aliasing.test.ts 全文译文
11.1 自定义提示词 测试、发布与运维、检索、召回与索引、配置治理 docs/images/openclaw-architecture.png mem0-ts/src/oss/src/llms/base.ts mem0-ts/src/oss/src/prompts/index.ts 全文译文
11.2 遥测与分析 界面与交互、系统架构、测试、发布与运维 mem0-ts/package.json mem0-ts/src/client/config.ts mem0-ts/src/client/index.ts 全文译文
11.3 性能优化 检索、召回与索引、测试、发布与运维、界面与交互 docs/components/vectordbs/dbs/milvus.mdx mem0-ts/src/oss/src/utils/scoring.ts mem0/__init__.py 全文译文
11.4 高级筛选 界面与交互、模型调用与提供方适配、测试、发布与运维 docs/components/vectordbs/dbs/milvus.mdx docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx 全文译文
11.5 批量操作 接口与服务契约、测试、发布与运维、界面与交互 mem0-ts/jest.integration.config.js mem0-ts/src/client/tests/integration/batch.test.ts mem0-ts/src/client/tests/integration/crud.test.ts 全文译文
12 自托管服务端 安装与启动、界面与交互、配置治理 docs/open-source/features/rest-api.mdx examples/graph-db-demo/alice-memories.png examples/graph-db-demo/memgraph-example.ipynb 全文译文
12.1 服务端设置与部署 安装与启动、模型调用与提供方适配、配置治理 docs/open-source/features/rest-api.mdx examples/graph-db-demo/alice-memories.png examples/graph-db-demo/memgraph-example.ipynb 全文译文
12.2 服务端认证与安全 界面与交互、配置治理、认证、权限与安全 docs/open-source/features/rest-api.mdx examples/graph-db-demo/alice-memories.png examples/graph-db-demo/memgraph-example.ipynb 全文译文
12.3 服务端仪表盘 认证、权限与安全、系统架构、界面与交互 docs/open-source/features/rest-api.mdx examples/graph-db-demo/alice-memories.png examples/graph-db-demo/memgraph-example.ipynb 全文译文
13 CLI 测试、发布与运维、检索、召回与索引、配置治理 cli/CLI_SPECIFICATION.md cli/README.md cli/node/package.json 全文译文
13.1 CLI 安装与命令 测试、发布与运维、图谱与关系、系统架构 .github/workflows/cli-python-cd.yml cli/cli-spec.json cli/node/README.md 全文译文
13.2 CLI 配置与智能体模式 测试、发布与运维、配置治理、接口与服务契约 .github/workflows/cli-python-cd.yml cli/CLI_SPECIFICATION.md cli/README.md 全文译文
14 开发 测试、发布与运维、文档对象与元数据、安装与启动 .github/workflows/cd.yml .github/workflows/ci.yml .github/workflows/cli-node-cd.yml 全文译文
14.1 开发设置 测试、发布与运维、界面与交互、工作流与编排 .github/workflows/ci.yml .github/workflows/ts-sdk-ci.yml Makefile 全文译文
14.2 测试 测试、发布与运维、接口与服务契约、智能体运行时 mem0-ts/jest.integration.config.js mem0-ts/src/client/tests/integration/batch.test.ts mem0-ts/src/client/tests/integration/crud.test.ts 全文译文
14.3 持续集成与持续交付管线 测试、发布与运维、文档对象与元数据、工作流与编排 .github/ISSUE_TEMPLATE/bug_report.yml .github/ISSUE_TEMPLATE/config.yml .github/ISSUE_TEMPLATE/documentation_issue.yml 全文译文
14.4 贡献指南 测试、发布与运维、文档对象与元数据、安装与启动 .github/workflows/cd.yml .github/workflows/cli-node-cd.yml .github/workflows/openclaw-cd.yml 全文译文
14.5 文档系统 界面与交互、系统架构、测试、发布与运维 .github/workflows/docs-llms-txt-check.yml docs/cookbooks/essentials/building-ai-companion.mdx docs/cookbooks/essentials/controlling-memory-ingestion.mdx 全文译文
14.6 评估框架 模型调用与提供方适配、检索、召回与索引、评测、反馈与人工复核 docs/components/embedders/models/aws_bedrock.mdx docs/components/vectordbs/dbs/opensearch.mdx evaluation/README.md 全文译文
15 OpenMemory (Deprecated) 界面与交互、安装与启动、接口与服务契约 openmemory/Makefile openmemory/README.md openmemory/api/.env.example 全文译文
15.1 OpenMemory 总览与迁移 界面与交互、系统架构、安装与启动 openmemory/Makefile openmemory/README.md openmemory/api/.env.example 全文译文
15.2 OpenMemory MCP 服务端 界面与交互、安装与启动、记忆与上下文 openmemory/.gitignore openmemory/api/alembic/versions/add_config_table.py openmemory/api/alembic/versions/afd00efbd06b_add_unique_user_id_constraints.py 全文译文
16 Legacy:Embedchain 记忆与上下文、模型调用与提供方适配、测试、发布与运维 embedchain/docs/api-reference/app/add.mdx embedchain/embedchain/chunkers/base_chunker.py embedchain/embedchain/config/llm/base.py 全文译文
16.1 Embedchain 总览 模型调用与提供方适配、系统架构、记忆与上下文 .gitignore embedchain/configs/chroma.yaml embedchain/configs/full-stack.yaml 全文译文
16.2 Embedchain 配置 文档对象与元数据、记忆与上下文、模型调用与提供方适配 embedchain/docs/api-reference/app/add.mdx embedchain/embedchain/chunkers/base_chunker.py embedchain/embedchain/config/llm/base.py 全文译文
16.3 Embedchain 数据源 记忆与上下文、测试、发布与运维、存储与持久化 embedchain/docs/api-reference/app/add.mdx embedchain/docs/mint.json embedchain/docs/use-cases/chatbots.mdx 全文译文
17 术语表 模型调用与提供方适配、检索、召回与索引、界面与交互 AGENTS.md CLAUDE.md Makefile 全文译文