v1.1.2
feyninc/chonkiev1.1.2Aug 6, 2025by chonknick
AI Summary
Adds support for new embedding providers and utility classes for file handling and text preparation.
Key Highlights
- Added `FileFetcher` and `TextChef` classes for better input support.
- Added support for `jina-embedding-4` and `AzureOpenAIEmbeddings`.
New Features
- File fetching and text cleaning utilities.
- Jina embedding v4 model support.
- Azure OpenAI Support (Embeddings + Genie).
Full Release Notes
 ## ✨ Highlights * Added initial support for `FileFetcher` and `TextChef` classes — Classes to support fetching files and cleaning up basic text structures. * Added support for new `jina-embedding-4` embedding model (thanks to @real-jiakai 🙏) * Added initial support for `AzureOpenAIEmbeddings` and `AzureOpenAIGenie` (thanks to @TaylorN15 🙏) * Bug fixes and other minor patches. ## What's Changed * Feat: Add support for `FileFetcher` and `TextChef` classes — for better input support in `chonkie` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/220 * Fix: Add tokenizers to the required embedding optional install modules (#224) by @chonknick in https://github.com/chonkie-inc/chonkie/pull/225 * Feat: Added jina embedding v4 model by @Harsha-Karimikonda in https://github.com/chonkie-inc/chonkie/pull/213 * Add Azure OpenAI Support (Embeddings + Genie) by @TaylorN15 in https://github.com/chonkie-inc/chonkie/pull/191 * fix: export EmbeddingsRegistry in embeddings module by @real-jiakai in https://github.com/chonkie-inc/chonkie/pull/227 * Add `jina-embeddings-v4` + Support for `AzureOpenAIEmbeddings` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/226 * Fix: Update pyproject.toml to include `chonkie.cloud.auth` and `chonkie.cloud.refineries` by @shreyash-chonkie in https://github.com/chonkie-inc/chonkie/pull/230 * Chore: Bump version to `v1.1.2` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/232 ## New Contributors * @TaylorN15 made their first contribution in https://github.com/chonkie-inc/chonkie/pull/191 * @real-jiakai made their first contribution in https://github.com/chonkie-inc/chonkie/pull/227 **Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.1.1...v1.1.2