Manage Milvus vector databases directly in VS Code. Create, browse, and query collections with an intuitive interface.
- Connection Management - Add, edit, and manage multiple Milvus connections
- Database Operations - Create and drop databases
- Collection Management - Create, load, release, and drop collections
- Data Operations - View, insert, and delete vector data
- Partition Support - Create and manage partitions
- Schema Viewer - Inspect collection schemas and field details
- Install from VS Code Marketplace
- Click the VectorDB Studio icon in the Activity Bar
- Add a connection to your Milvus instance
- Click the
+button in the VectorDB Studio panel - Enter your Milvus connection details:
- Host (e.g.,
localhost) - Port (default:
19530) - Username/Password (if authentication enabled)
- Host (e.g.,
- View Data - Right-click a collection and select "View Data"
- Insert Data - Right-click a collection and select "Insert Data"
- Load/Release - Manage collection memory state
| Setting | Description | Default |
|---|---|---|
vectordb-studio.pageSize |
Default page size for data viewing | 50 |
vectordb-studio.connectionTimeout |
Connection timeout in milliseconds | 10000 |
- Pinecone support
- Qdrant support
- ChromaDB support
- Vector search UI
- Data export/import
- Milvus 2.x instance
- VS Code 1.85.0 or higher
MIT with Commons Clause - Free for personal and non-commercial use. See LICENSE for details.