Auto-sync: 2026-04-18 16:02

This commit is contained in:
2026-04-18 16:02:38 +08:00
parent badd1215d7
commit e7e77ae92e
55 changed files with 3026 additions and 16 deletions

View File

@@ -0,0 +1,30 @@
---
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 同一类别