Most RAG pipelines bottleneck at chunking. LangChain's pure Python chunker is slow and memory-hungry at scale.
Krira Chunker fixes this with a Rust core + Python bindings:
ā 40x faster than LangChain
ā O(1) memory ā flat at any scale
ā Drop-in Python API
ā 17 versions shipped, 315+ installs
pip install krira-augment
Built for devs tired of chunking being their pipeline's weak link.