chunking

Official

Split docs into chunks for fast retrieval.

Authorzilliztech
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill splits long documents into smaller chunks suitable for vectorization, retrieval, and downstream processing in RAG and search workflows.

Core Features & Use Cases

  • Deterministic chunking: configurable chunk_size and chunk_overlap to control context and precision.
  • Flexible strategies: supports character-based, markdown-heading, and code-aware chunking to preserve structure and metadata.
  • Workflow-ready: ideal for embedding pipelines, indexing, and knowledge-base QA across documents, PDFs, code, and articles.

Quick Start

Split a long document into chunks of 512 characters with 50 overlap, then pass the chunks to your embedding and search pipeline for indexing and retrieval.

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: chunking
Download link: https://github.com/zilliztech/milvus-marketplace/archive/main.zip#chunking

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 223,000+ vetted skills library on demand.