Add: 2026-05-29-熔岩之海与云鲸之梦

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
parent 4658b96406
commit 18ae0ae72b
1124 changed files with 55162 additions and 206829 deletions
+18
View File
@@ -0,0 +1,18 @@
# FTS5 记忆召回系统
对 memory/*.md 进行全文索引和搜索。
## 数据库
`~/.openclaw/workspace/memory/.fts5/memory.db`
## 使用
```bash
python3 ~/.openclaw/workspace/scripts/memory_fts5.py index # 索引
python3 ~/.openclaw/workspace/scripts/memory_fts5.py search "关键词" # 搜索
```
## 优先级
memory_search > FTS5 > 直接文件读取