rag-retrieval / library
chonkie
Capability: chonkie
Use it when
- chunk documents for RAG without destroying structure
- recursive chunker before embed
- bad retrieval from giant blobs
- document chunking for embeddings
What it solves
Not the fit when
- vector store alone
Install
pip install chonkie
Invoke
from chonkie import RecursiveChunker; chunk docs before embed to fix bad retrieval from giant blobs.
Alternatives
No reviewed alternatives recorded yet.