Files
nexus/wiki/entities/Memsearch.md
2026-04-27 20:02:52 +08:00

32 lines
964 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "memsearch"
type: entity
tags: [tool, vector-search, open-source]
---
## 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 的索引优化