Installation

Get blazechunk installed and ready to use with your preferred language.

Terminal
pip install blazechunk

Framework 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]"
Tip
Python 3.10+ required. Prebuilt wheels ship for CPython 3.10–3.14.