Files
nexus/wiki/entities/memsearch.md
2026-04-16 13:01:42 +08:00

804 B
Raw Blame History

title, type, tags, date
title type tags date
memsearch entity
vector-search
open-source
python
2026-04-16

Overview

memsearch 是 Zilliz 开源的 Python CLI/库,为本地 Markdown 文件提供向量语义搜索能力,基于 Milvus 向量数据库支持混合搜索dense + BM25 + RRF

Key Features

  • 混合搜索Dense vector语义+ BM25关键词+ RRF reranking
  • 增量索引SHA-256 内容哈希,仅对新增/变更内容重新 Embedding
  • 文件监视器:自动增量重索引
  • 多 Embedding 提供商OpenAI/Google/Voyager/Ollama/本地
  • 完全本地模式:无需 API key

Connections