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.