Install
openclaw skills install @ckqiao/bm25-rerank-memory本地 BM25 + Embedding + Rerank 混合记忆检索。检索 /root/workspace/Remember 下的 Markdown 记忆文件,支持关键词+语义+重排。每次记忆搜索用它替代 mem0。
openclaw skills install @ckqiao/bm25-rerank-memory调用本地检索脚本 /opt/memory/bm25_rerank_search.py,返回精确的上下文片段。
rank_bm25pip install rank-bm25 --break-system-packagespython3 /opt/memory/bm25_rerank_search.py search <查询词>
python3 /opt/memory/bm25_rerank_search.py reindex
每条结果包含: [score] path:chunk_id + 内容片段 (最多显示前200字符)