Prerequisites
- CLI installed, logged in, and cluster context set (see setup skill).
- Target collection must exist and be loaded (see collection skill).
Commands Reference
All vector commands accept an optional --database <db-name> flag to target a non-default database. If omitted, the database from the current context is used.
Insert Vectors
zilliz vector insert --collection <collection-name> --data '[{"id": 1, "vector": [0.1, 0.2, ...], "text": "hello"}]'
# Optional
[Description truncada. Veja o README completo no GitHub.]