964 B
964 B
title, type, tags
| title | type | tags | |||
|---|---|---|---|---|---|
| memsearch | entity |
|
Overview
memsearch 是一个基于 Milvus 向量数据库的语义搜索 CLI/库,为 Markdown 文件提供语义搜索能力。由 ZillizTech 开发。
Key Features
- 向量语义搜索 + BM25 全文搜索 + RRF 重排
- SHA-256 内容哈希实现增量索引
- 文件监控自动重索引
- 支持多种嵌入提供商:OpenAI、Google、Voyage、Ollama、本地模式
GitHub
https://github.com/zilliztech/memsearch
Documentation
https://zilliztech.github.io/memsearch/
Related Entities
- OpenClaw — 被 memsearch 增强的记忆系统
- Milvus — 底层向量数据库
- memsearch ← built_on ← Milvus
- memsearch ← enhances ← OpenClaw
Related Concepts
- HybridSearch — memsearch 使用的搜索方法
- RRF-Reranking — memsearch 使用的重排机制
- IncrementalIndexing — memsearch 的索引优化