zvec
Eliminates latency and operational overhead of external vector databases while enabling real-time semantic search and RAG workloads at scale within applicati…
Zvec is an open-source, in-process vector database from Alibaba that embeds directly in your application — no server to run or configure. It supports dense and sparse vectors, native full-text search, and hybrid queries that combine vector similarity, keywords, and scalar filters, with write-ahead logging so data survives crashes. SDKs are available for Python, Node.js, Go, Rust, and Dart/Flutter. Note: this is a general software library you call from your own code, not a Claude skill or plugin.
- Store and query embeddings from machine learning models without external database infrastructure
- Search similar vectors across millions of documents in milliseconds for recommendation systems
- Index embedding vectors locally within your application for real-time semantic search
Eliminates latency and operational overhead of external vector databases while enabling real-time semantic search and RAG workloads at scale within application processes.
Engineering teams building low-latency AI features or semantic search requiring embedded vector storage without separate infrastructure management.
https://github.com/alibaba/zvec
By alibaba
How to Get It
pip install zvec
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
After installing, paste this into Claude:
Help me store and query embeddings from machine learning models without external database infrastructure
Trust Signals Auto-scanned
Community Pulse Active
Discussed on Hacker News, Reddit
- Zvec: A lightweight, fast, in-process vector database — Hacker News · 226 pts
- Alibaba Open-Sources Zvec — Reddit · 113 pts
- Alibaba Open-Sources Zvec: An Embedded Vector Database Bringing SQLite-like Simp — Reddit · 43 pts
3 mentions across 2 sources
Reviewer notes
Auto-scanned review. These are observations, not a security certification.
Scored from trust signals (evidence-eval-v1): 9,756 GitHub stars; contributors unknown; last commit 0d ago; license Apache-2.0.
Things to check
- This is a general-purpose vector database library, not a Claude-specific skill — you install it as a Python/Node/Go/Rust/Dart package and wire it into your own application or agent code. Writes to a collection are single-process exclusive (multiple processes can read concurrently). Evidence-based evaluation from public trust signals, not hands-on tested; confirm fit before client deployment.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
Scored from trust signals (evidence-eval-v1): 9,756 GitHub stars; contributors unknown; last commit 0d ago; license Apache-2.0.