vector

Installation
SKILL.md

Prerequisites

  1. CLI installed, logged in, and cluster context set (see setup skill).
  2. 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: --database <database-name>
# Or use raw JSON: --body '{...}'

Upsert Vectors

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