A modern desktop application for exploring, managing, and analyzing vector databases
| Database | Status | Minimum Version |
|---|---|---|
| Qdrant | ✅ Supported | v1.7+ |
| Weaviate | ✅ Supported | v1.19+ |
| Milvus | ✅ Supported | v2.3+ |
| ChromaDB | ✅ Supported | v0.4+ |
| Pinecone | ✅ Supported | Latest |
| pgvector (PostgreSQL) | ✅ Supported | PostgreSQL 11+ with pgvector extension |
- Multiple Database Support — Connect to Qdrant, Weaviate, Milvus, ChromaDB, Pinecone, and pgvector
- Data Explorer — Browse collections, view documents with pagination, and inspect payloads
- Vector Search — Find similar vectors with advanced filtering and multi-vector support
- Embedding Functions — Generate embeddings from text or files using custom JavaScript functions with pre-built templates for OpenAI, Cohere, Hugging Face, and more
- Visualization — 2D/3D scatter plots with PCA, t-SNE, and UMAP dimensionality reduction
- Collection Management — View collection info, drop/truncate collections, and delete documents
- Dark/Light Themes — Modern UI with multi-tab interface and responsive layout
- Cross-Platform — Windows, macOS, and Linux support
Download the latest release for your platform from the Releases page.
| Platform | Download |
|---|---|
| Windows | VectorDBZ-x.x.x-Setup.exe |
| macOS (Intel) | VectorDBZ-darwin-x64-x.x.x.zip |
| macOS (Apple Silicon) | VectorDBZ-darwin-arm64-x.x.x.zip |
| Linux | vectordbz_x.x.x_amd64.deb or .rpm |
The macOS app is not code-signed (requires Apple Developer account). After downloading:
- Extract the
.zipfile - Move
VectorDBZ.appto your Applications folder - First launch: Right-click → "Open" → Click "Open" in the dialog
If you see "VectorDBZ is damaged" error, open Terminal and run:
xattr -cr /Applications/VectorDBZ.appThen try opening the app again.
This project is in active development. Contributions, bug reports, and feature requests are welcome.
- Bug Reports — Open an issue
- Feature Requests — Start a discussion
We are actively working on:
- Additional vector database integrations
- Enhanced analysis capabilities
- Improved visualization tools
- Performance optimizations for large datasets
