zvec-grep(zg)是一款新发布的本地优先搜索工具,整合了ripgrep、BM25和向量搜索功能1。该工具支持人类用户和AI Agent使用,既可在终端直接调用,也可由代理程序调用,能够跨代码、文档和结构化数据进行多格式搜索1。通过采用本地嵌入和本地模型,zvec-grep在保护用户隐私的同时实现搜索功能,文件和索引默认保存在本地1。
zvec-grep支持macOS、Linux和Windows平台,需要Node.js 22或更新版本1。用户可通过命令npm install -g @zvec/zvec-grep进行安装1。该工具可与OpenCode等AI模型集成使用1,性能基准测试中使用了Claude Opus 5和Qwen 3.7文本嵌入1。
A new search tool called zvec-grep (zg) has been released, combining ripgrep, BM25, and vector search capabilities into a unified platform 1. The tool is designed to serve both human users and AI agents, offering flexible deployment options including direct terminal use or integration with autonomous systems 1.
The software supports multiple operating systems—macOS, Linux, and Windows—and requires Node.js 22 or a newer version for installation 1. Users can install zvec-grep globally via npm with the command npm install -g @zvec/zvec-grep 1. A key feature of the tool is its privacy-focused architecture: files and indexes are stored locally by default, and it leverages local embeddings and models rather than cloud-based services 1. The platform accommodates diverse data types, enabling search across code, documentation, and structured information simultaneously 1.
The development team has benchmarked zvec-grep's performance using Claude Opus 5 and Qwen 3.7 text embeddings 1. The tool is also designed for integration with AI models such as OpenCode, expanding its utility within AI-assisted workflows 1.
评论
还没有评论,欢迎留下第一条。