Qwen Developers Open-Sources zg (zvec-grep): A Local-First Search Layer Unifying ripgrep, BM25, and Vector Search
📌 概要
Qwen开发者开源了本地优先搜索层zg(zvec-grep),采用Apache 2.0许可。它将ripgrep精确匹配、BM25关键词检索与向量语义搜索统一到单一接口,AI代理可从自然语言描述直接定位到精确代码行,无需切换工具。项目还提供精简的MCP接口、本地嵌入式向量目录,以及隔离本地内容与远程模型的授权门控机制。
⚡ 关键要点
- ▸zg统一ripgrep、BM25与向量搜索于单一接口,本地优先且Apache 2.0开源
- ▸AI代理可从自然语言直达精确代码行,MCP接口刻意保持精简
- ▸内置本地嵌入目录,并设授权门控防止本地内容外泄给远程模型
We look at zg (zvec-grep), the local-first search layer that Qwen Developers just open-sourced under Apache 2.0. We explain how it puts ripgrep, BM25, and vector search behind a single interface, so an agent can move from a plain-language description to an exact line span without switching tools. We cover the deliberately small MCP surface, the on-device embedding catalog, and the authorization gate that stands between local content and remote models.
The post Qwen Developers Open-Sources zg (zvec-grep): A Local-First Search Layer Unifying ripgrep, BM25, and Vector Search appeared first on MarkTechPost.