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.