River Memory - 向量记忆技能
用本地 Ollama 实现语义搜索记忆系统。
功能
- 记忆存储:文本 → 向量存储
- 语义搜索:用自然语言搜索相关记忆
- 自动管理:定期清理和优化记忆
依赖
- Ollama 运行中 (
ollama serve) - 已下载
nomic-embed-text模型
存储位置
- 记忆库:
~/.openclaw/workspace/memory/vector memory.json
# River Memory - 向量记忆技能
This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.
Install skill "River Memory" with this command: npx skills add simon-she/river-memory
用本地 Ollama 实现语义搜索记忆系统。
ollama serve)nomic-embed-text 模型~/.openclaw/workspace/memory/vector memory.jsonThis detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
提供基于BGE-M3模型的自动日志蒸馏生成向量记忆,并支持语义相似度搜索与核心记忆自动更新功能。
🌳 记忆树 — 周报自动生成,永久记忆标记,关键词搜索。说句话就能用。
LLM Memory Integration - 公开框架包。通过环境变量链接本地私有配置,实现公私分离。
向量记忆自我进化系统 - 结合 BGE 向量模型、Chroma 向量库、四层记忆架构,实现自动错误捕获、用户纠正学习、最佳实践积累、语义检索的自我进化能力。