Prerequisites
- CLI installed, logged in, and cluster context set (see setup skill).
- Target collection must exist (see collection skill).
Commands Reference
All index commands accept an optional --database <db-name> flag. If omitted, the database from the current context is used.
Create an Index
zilliz index create --collection <collection-name>
# Optional: --database <database-name>
# Or use raw JSON: --body '{"indexParams": [{"fieldName": "vector", "indexType": "AU
[Description truncada. Veja o README completo no GitHub.]