Installation
Quick Install
VS Code Marketplace (Recommended)
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "Weaviate Studio"
- Click Install
Cursor
- Open Cursor
- Go to Extensions panel
- Search for "Weaviate Studio"
- Click Install
Windsurf
- Open Windsurf
- Go to Extensions panel
- Search for "Weaviate Studio"
- Click Install
Manual Installation (VSIX)
- Go to GitHub Releases
- Download the latest
.vsixfile - Install using the command:
bash
code --install-extension weaviate-studio-<version>.vsixCommand Line Installation
bash
# VS Code
code --install-extension prasadmuley.weaviate-studio
# Cursor
cursor --install-extension prasadmuley.weaviate-studioSystem Requirements
| Requirement | Version |
|---|---|
| VS Code | ^1.80.0 |
| Node.js (for dev) | 18.x or higher |
| Weaviate Server | Collections API support (v1.24+) |
Legacy Servers
Weaviate servers that only expose the legacy class/schema endpoints are not supported by the current extension version.
First-Time Setup
- Open Weaviate Studio — Click the Weaviate icon in the Activity Bar
- Add Your First Connection — Click "Add New Weaviate Connection" and enter your endpoint details
- Start Exploring — Browse collections, run queries, and manage your data
Troubleshooting
Extension Won't Load
- Check VS Code version compatibility
- Restart VS Code
- Check Developer Console for errors (
Help > Toggle Developer Tools)
Connection Issues
- Verify your Weaviate server is running
- Check network connectivity
- Validate your API key if required
- Ensure CORS is properly configured
Performance Issues
- Close unnecessary tabs
- Restart VS Code
- Clear the extension cache
- Check system resources
