Installation
Get blazechunk installed and ready to use with your preferred language.
Terminal
pip install blazechunkFramework integrations (optional)
Note
Install with the
langchain extra for LangChain integration:pip install "blazechunk[langchain]"Note
Install with the
agno extra for Agno integration:pip install "blazechunk[agno]"Note
Install with the
anydoc extra to chunk PDF, Word, PowerPoint, Excel, EPUB, CSV, and other supported document formats:pip install "blazechunk[anydoc]"Markdown and plain text need no extra.Tip
Python 3.10+ required. Prebuilt wheels ship for CPython 3.10–3.13. Python 3.14 may require a source build and Rust toolchain.