Zilliz Plugin
The Zilliz Cloud plugin for Claude Code is a natural language interface that brings Zilliz Cloud operations directly into your IDE. Instead of memorizing CLI commands or switching to the web console, describe what you want in plain language and the plugin handles it.
What is the Zilliz Plugin?
A Claude Code plugin that wraps the Zilliz CLI with natural language capabilities, enabling you to manage Zilliz Cloud resources through conversational commands.
Key Features
14 Capability Areas
-
Clusters: Create, delete, suspend, resume, modify clusters
-
Collections: Create with custom schema, load, release, rename, drop
-
Vectors: Search, query, insert, upsert, delete vectors
-
Indexes: Create, list, describe, drop indexes
-
Databases: Create, list, describe, drop databases
-
Users & Roles: RBAC setup, privilege management
-
Backups: Create, restore, export, policy management
-
Import: Bulk data import from cloud storage
-
Partitions: Create, load, release, and manage partitions
-
Monitoring: Cluster status, collection statistics
-
Billing: Billing management
-
Jobs: Job management
-
Project/Region: Project and region settings
-
Setup: Initial configuration and quickstart
Natural Language Interface
You: "Create a serverless cluster in us-east-1 called my-vectors"
Plugin: Creates cluster with appropriate configuration
You: "Search for similar items in my product collection with filter age > 20"
Plugin: Executes vector search with filters
Prerequisites
-
Python 3.10 or later
-
Zilliz Cloud account
-
Claude Code IDE
Quick Example
After installation, run the quickstart:
/zilliz:quickstart
This guides you through:
-
CLI installation
-
Authentication setup
-
Cluster connection
-
First operations
Next Steps
Setup [READ MORE]
This guide provides multiple methods for integrating Zilliz Plugins into your LLM Agent-powered workflows.
Core Capabilities [READ MORE]
The Zilliz Plugin offers capabilities across various areas for managing Zilliz Cloud resources using natural language. In this guide, you will find the main features related to managing clusters and collections, as well as vector operations.
More Examples [READ MORE]
In this guide, you will find more examples that use natural language to provision infrastructure, perform data operations, back up and restore your data across clusters, and implement access control for the sake of cluster security.
Troubleshooting [READ MORE]
This page lists the common issues you may encounter while using the Zilliz Plugin.