indexing

Official

Manage Milvus collections and indexes.

Authorzilliztech
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing Milvus vectors requires careful coordination of collections, schemas, and index configurations. This Skill automates the setup process to ensure efficient vector search and scalable storage.

Core Features & Use Cases

  • Create Milvus collections with structured schemas (id, text, embedding) and optional partitions.
  • Choose and tune index types (HNSW for high-precision small datasets; IVF_FLAT for mid-sized data; IVF_PQ for very large datasets) to balance latency and memory usage.
  • Apply scalar indexing when needed and integrate with typical retrieval workflows such as product search, document retrieval, or media similarity.

Quick Start

Define your Milvus schema and create an embedding-enabled collection named my_collection. Configure an HNSW index for a small dataset, then run a vector search with your query embedding.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: indexing
Download link: https://github.com/zilliztech/milvus-marketplace/archive/main.zip#indexing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.