Skip to content
IconMind

RAG & Search

Chunking icons

13 icons in the chunking group of RAG & Search: Child chunk, Chunk, Add chunk and 10 more — each in outline and duotone at three weights, with the code for React, Vue, Svelte, Flutter and more.

13 icons · 1 of 7 groupsOpen in browser

The 13 chunking icons in RAG & Search, described

Child chunkchild-chunk
A child chunk — the small piece that actually gets retrieved and matched.
Chunkchunk
A chunk — one piece of a document, split to a size that suits retrieval and embedding.
Add chunkchunk-add
Add chunk — one more piece of a document inserted into the index.
Chunk overlapchunk-overlap
Chunk overlap — the stretch of text two neighbouring chunks both contain so context is not lost.
Chunk sizechunk-size
Chunk size — how big each piece of a split document is, measured in tokens or characters.
Chunk strategychunk-strategy
A chunk strategy — where to cut a document, how big and which way.
Chunkingchunking
Chunking — the whole document made into pieces that fit the context.
Deduplicatededupe
Deduplicate — two of the same, with one of them dropped so only unique items remain.
Document splitdocument-split
Document split — one document cut into pieces, the first step of chunking for retrieval.
Parent chunkparent-chunk
A parent chunk — the big piece of context the small retrieved chunks came from.
Recursive splitrecursive-split
Recursive split — halve a document again and again until the pieces fit the chunk size.
Semantic chunksemantic-chunk
A semantic chunk — cut where the meaning changes, not where the page ends.
Sliding windowsliding-window
A sliding window — the frame moves along the text with an overlapping stride.

In code, each is one import — import { ChildChunk } from "@iconmind/react/icons/child-chunk" — and the same name in Vue, Svelte, Solid, Preact, React Native, Astro, Blade and Flutter.

Narrow it by tag

Every chunking icon in RAG & Search, free to ship

13 icons in outline and duotone at three weights, generated from one grid so nothing in the set can drift out of step. MIT licensed — commercial use, no attribution, no seat count.

Other groups in RAG & Search