ClaudeSuperPower

vector

Skill

Use when the user wants to search, query, insert, upsert, get, or delete vectors in a Milvus collection.

Install

git clone https://github.com/zilliztech/zilliz-plugin.git ~/.claude/skills/vector

What is vector?

Use when the user wants to search, query, insert, upsert, get, or delete vectors in a Milvus collection.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~26 tokens of context used while enabled, before you invoke anything

Documentation

README · ~2 min read

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 '{...}'

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.