Files
nexus/wiki/entities/MemPalace.md
2026-04-18 16:02:38 +08:00

30 lines
723 B
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: "MemPalace"
type: entity
tags: []
---
## Aliases
- MemPalace
## Summary
本地优先、逐字存储的记忆工具46.2k GitHub stars。不提取事实而是逐字保存对话组织为 wings实体、rooms主题、drawers原始内容通过 ChromaDB 搜索。
## Core Features
- 逐字存储对话,不做提取
- LongMemEval 基准测试 96.6% 召回率(纯语义搜索)
- 98.4% 结合混合管道
- 99%+ 加 LLM 重排
## Limitations
- 存储线性增长,无压缩、无综合
- "三周前我说过的那个"类型问题最优
- "五个项目的当前状态"类型问题不适用
## Connections
- [[ChromaDB]] — 向量存储后端
- [[Mem0]] — Camp 1 同一类别