index

Installation
SKILL.md

Prerequisites

  1. CLI installed, logged in, and cluster context set (see setup skill).
  2. 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": "AUTOINDEX", "metricType": "COSINE"}]}'

List Indexes

Installs
2
GitHub Stars
3
First Seen
May 24, 2026
index — zilliztech/zilliz-plugin