Zilliz avatar

Zilliz

Official

@zilliztech · United States of America

0Followers
|
73Public Repos
|
32Published Skills

Vector Database for Enterprise-grade AI and LLM applications

Skills Distribution
DomainData Systems...Vector Database Ma.. (40%)Semantic Retrieval.. (30%)Multimodal Data In.. (20%)Distributed Comput.. (10%)

Agent Skills by Zilliz

Showing 32 vetted skills indexed across 4 GitHub repositories.

zilliztechzilliztech
2.5k

memory-recall

Search and recall past conversation memories via progressive semantic retrieval.

Official
Intermediate
zilliztechzilliztech
2.5k

memory-config

Diagnose and configure MemSearch memory settings across five AI coding agent platforms.

Official
Advanced
zilliztechzilliztech
2.4k

memory-recall

Search and retrieve relevant memories from past sessions.

Official
Intermediate
zilliztechzilliztech
2.4k

memory-config

Manage MemSearch configuration settings and maintenance for Claude Code.

Official
Intermediate
zilliztechzilliztech
2.4k

memory-to-skill

Convert MemSearch memory workflows into reusable installable skills.

Official
Intermediate
zilliztechzilliztech
39

milvus

Manage Milvus collections and perform vector, hybrid, and BM25 searches via pymilvus.

Official
Intermediate
zilliztechzilliztech

zilliz-launchpad

Ingest documents and index them in Milvus or Zilliz Cloud.

Official
Advanced
zilliztechzilliztech
3

chat-memory

Store and retrieve past chatbot conversations across sessions using vector memory.

Official
Advanced
zilliztechzilliztech
3

embedding

Encode text and images into vector representations for retrieval tasks.

Official
Intermediate
zilliztechzilliztech
3

chunking

Split long documents into configurable chunks for vectorization and retrieval.

Official
Intermediate
zilliztechzilliztech
3

local-setup

Deploy local Milvus environments using Milvus Lite, Docker Standalone, or Docker Compose.

Official
Advanced
zilliztechzilliztech
3

pilot

Generate runnable Python AI application scaffolding from requirements.

Official
Intermediate
zilliztechzilliztech
3

rerank

Rerank top-K vector search results using a cross-encoder model.

Official
Intermediate
zilliztechzilliztech
3

indexing

Automate Milvus collection creation and vector index management.

Official
Advanced
zilliztechzilliztech
3

ray

Automate scalable data processing tasks with Ray across clusters.

Official
Intermediate
zilliztechzilliztech
3

clustering

Cluster text items into labeled topics using embedding models and Milvus.

Official
Intermediate
zilliztechzilliztech
3

duplicate-detection

Detect exact and near-duplicate records using hash checks and semantic similarity.

Official
Advanced
zilliztechzilliztech
3

multi-vector-search

Search multiple item fields with separate embeddings and fused scores in Milvus.

Official
Advanced
zilliztechzilliztech
3

hybrid-search

Combine BM25 keyword matching with vector semantic similarity in Milvus.

Official
Advanced
zilliztechzilliztech
3

filtered-search

Enforce scalar field filters on Milvus vector searches.

Official
Advanced
zilliztechzilliztech
3

contextual-retrieval

Locate precise text chunks with hierarchical parent context in documents.

Official
Advanced
zilliztechzilliztech
3

semantic-search

Convert text into embeddings and retrieve semantically similar items from a vector store.

Official
Intermediate
zilliztechzilliztech
3

agentic-rag

Automate retrieval decisions for when and what to search in conversational Q&A.

Official
Advanced
zilliztechzilliztech
3

rag

Ground LLM answers in document corpora with cited source chunks.

Official
Advanced

Frequently Asked Questions About Zilliz

FAQPage Schema
What specific tasks can I perform using these vector database capabilities?

You can execute high-dimensional vector searches, hybrid BM25 keyword matching, and multi-vector field fusion. The system supports document chunking, cross-encoder reranking, and hierarchical contextual retrieval to ground generated responses in specific document corpora.

Which technical personas benefit most from these database integration skills?

Data engineers, backend developers, and machine learning practitioners focused on building scalable retrieval systems. These skills are designed for those managing large-scale document indices, recommendation engines, or complex information retrieval architectures requiring low-latency semantic search.

What are the deployment options for running these database environments?

You can deploy local environments using Milvus Lite, Docker Standalone, or Docker Compose for development. For production, the platform supports managed cloud instances via Zilliz Cloud, allowing for scalable ingestion and indexing of large-scale document datasets.