By zilliztech
Text retrieval solutions: semantic search, filtered search, hybrid search (BM25 + vector), and multi-vector search across multiple fields
Use when user needs parent-child document retrieval with context expansion. Triggers on: contextual retrieval, parent document, hierarchical chunking, context window, small-to-big, child chunks with parent context.
Use when user needs vector search with scalar field filtering. Triggers on: filtered search, filter by category, metadata filter, faceted search, conditional search, attribute filtering, search with constraints.
Use when user needs both keyword and semantic search combined. Triggers on: hybrid search, keyword + semantic, BM25, full-text search, combined search, lexical search, exact match with meaning.
Use when user needs to search across multiple vector fields. Triggers on: multi-vector, multiple embeddings, multi-field search, title + content, combined vectors, different aspects of same item.
Use when user wants to build semantic/text search. Triggers on: semantic search, text search, full-text search, natural language search, find similar text, vector search, meaning-based search, conceptual search.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A data retrieval development assistant based on Claude Code Skills.
We specialize in the data retrieval vertical:
┌─────────────────────────────────────────────────────────┐
│ Scenario Plugins (6 plugins) │
│ rag-toolkit, retrieval-system, multimodal-retrieval, │
│ rec-system, memory-system, data-analytics │
│ = Pre-built solutions = AI era caching mechanism │
└─────────────────────────────────────────────────────────┘
↑
Match / Combine
↑
┌─────────────────────────────────────────────────────────┐
│ core plugin │
│ Methodology (pilot) + Atomic operators │
│ (embedding, chunking, ...) │
└─────────────────────────────────────────────────────────┘
Core Ideas:
Scenarios are classified by architectural differences, not by industry or model:
plugins/retrieval-system/skills/
├── semantic-search/ # Category: architecture definition
│ ├── SKILL.md # Generic workflow + model selection table
│ └── verticals/ # Subcategory: vertical application guides
│ ├── legal.md # Legal search
│ ├── academic.md # Academic papers
│ └── ecommerce.md # E-commerce search
User describes requirement
│
▼
pilot activates
│
├─→ Clarify data and query
│
├─→ Can match a scenario?
│ ├─ Yes → Use pre-built solution
│ └─ No → Combine core operators
│
├─→ Generate code → User tests
│
└─→ Collect feedback → Iterate
/plugin marketplace add zilliztech/milvus-marketplace
# Core tools (required)
/plugin install core@milvus-marketplace
# Install scenario plugins as needed
/plugin install rag-toolkit@milvus-marketplace # RAG solutions
/plugin install retrieval-system@milvus-marketplace # Text search
/plugin install multimodal-retrieval@milvus-marketplace # Image/video/multimodal
/plugin install rec-system@milvus-marketplace # Recommendations
/plugin install memory-system@milvus-marketplace # Chat memory
/plugin install data-analytics@milvus-marketplace # Duplicate detection, clustering
Simply describe what you want to build:
"Help me build a document Q&A system"
"I want to implement semantic search"
"Build an image search application"
The pilot will automatically activate, clarify requirements, and help you orchestrate the toolchain and generate code.
| Type | Skill | Purpose |
|---|---|---|
| Controller | pilot | AI application navigator - understands requirements, orchestrates tools, delivers code |
| Operator | embedding | Text/image vectorization |
| Operator | chunking | Document chunking |
| Operator | indexing | Milvus index management |
| Operator | data-ingestion | Batch data import |
| Operator | rerank | Search result reranking |
| Operator | pdf-extract | PDF text extraction |
| Operator | vlm-caption | Image captioning (VLM) |
| Environment | local-setup | Local Milvus deployment |
| Skill | Architecture | Vertical Applications |
|---|---|---|
| semantic-search | embedding → vector search | Legal, academic, news, e-commerce, code, patents |
| hybrid-search | vector + BM25 keyword + score fusion | E-commerce, legal, academic |
| filtered-search | vector search + scalar filtering | E-commerce, recruitment, real estate |
| multi-vector-search | multi-vector field joint search | Products, papers, resumes |
Automatic semantic memory for Claude Code — remembers what you worked on across sessions
RAG (Retrieval Augmented Generation) solutions: basic RAG, RAG with reranking, agentic RAG, and multi-hop RAG for complex reasoning
Long-term memory solutions for chatbots and AI assistants: conversation history retrieval, user profiling, and persistent memory across sessions
Data analytics solutions: duplicate detection (deduplication, plagiarism detection) and clustering (topic modeling, user segmentation)
Recommendation system solutions: item-to-item similarity (related items, content-based) and user-to-item personalization (personalized feed, for-you)
npx claudepluginhub zilliztech/milvus-marketplace --plugin retrieval-systemPinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slash commands like /quickstart to generate AGENTS.md files and initialize Python projects and /query to quickly explore indexes. Access the Pinecone MCP server for creating, describing, upserting and querying indexes with Claude. Perfect for developers building semantic search, RAG applications, recommendation systems, and other vector-based applications with Pinecone.
Weaviate plugin for Claude Coding
Manage vector embeddings and similarity search
Agent skills for Qdrant vector search: scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage
Cloudflare Vectorize vector database for semantic search and RAG. Use for vector indexes, embeddings, similarity search, or encountering dimension mismatches, filter errors.
OpenRAG agent skills: guided installation and SDK integration helpers.