Zilliz Plugin Troubleshooting
This page lists the common issues you may encounter while using the Zilliz Plugin.
Issue 1: "CLI not found" error
Symptoms: Plugin reports it cannot find the Zilliz CLI
Solution:
-
Install the CLI:
pip install zilliz-cli -
Verify installation:
zilliz --version -
Restart Claude Code
Issue 2: Authentication fails
Symptoms: "Not authenticated" or "Invalid credentials"
Solution:
-
Run
zilliz auth loginin terminal -
Complete browser authentication
-
Verify with
zilliz auth status
Issue 3: "No cluster configured"
Symptoms: Commands fail with "no default cluster"
Solution:
zilliz cluster list
zilliz context set --cluster-id <your-cluster-id>
Issue 4: Permission denied errors
Symptoms: Operations fail with permission errors
Solution:
-
Check your user role in the Zilliz Cloud console
-
Verify the API key has the required permissions
-
Contact your organization admin
Issue 5: Plugin commands are slow
Symptoms: Long wait times for responses
Solution:
-
Check your internet connection
-
Verify cluster is not suspended
-
Try smaller batch operations