Installation
pip install omnichunk
Optional extras
See the README on GitHub for the full list (tiktoken, formats, otel, all-languages, etc.).
Meta-extra all
Install most optional integrations except heavy ML stacks (e.g. transformers):
pip install "omnichunk[all]"
For HuggingFace tokenizers or transformers, install omnichunk[transformers] explicitly.