v1.1.0
feyninc/chonkiev1.1.0Jul 2, 2025by chonknick
AI Summary
Focuses on documentation updates, static typing improvements, and simplifying the tokenizer configuration.
Key Highlights
- Updated documentation for Cloud SDKs.
- Migrated tokenizer to 'character' type, making `tokenizers` optional.
- Added static typing to cloud chunkers.
New Features
- Cloud SDK documentation updates.
- Optional tokenizer dependency.
- Static typing improvements for cloud chunkers.
Full Release Notes
## What's Changed * Update docs with Cloud SDKs by @shreyash-chonkie in https://github.com/chonkie-inc/chonkie/pull/189 * Update README.md by @chonknick in https://github.com/chonkie-inc/chonkie/pull/192 * Add static typing to the cloud chunkers + Workflow for mypy testing on PRs by @chonknick in https://github.com/chonkie-inc/chonkie/pull/194 * Fix: Remove the mypy_errors.txt file by @chonknick in https://github.com/chonkie-inc/chonkie/pull/201 * Update all the chunkers to use "character" instead of "gpt2" by @chonknick in https://github.com/chonkie-inc/chonkie/pull/202 * Feat: Shift the tokenizer to be `character` type to make the `tokenizers` optional by @chonknick in https://github.com/chonkie-inc/chonkie/pull/205 * Fix: return_type is removed for returning only `chunks` to simplify mypy static typing by @chonknick in https://github.com/chonkie-inc/chonkie/pull/206 * Fix: Remove `return_type='texts'` to increase type consistency and resolve complex mypy issues by @chonknick in https://github.com/chonkie-inc/chonkie/pull/207 * Update version to 1.1.0 in `__init__.py` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/209 **Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.0.10...v1.1.0