v1.1.0
What's Changed
- Update docs with Cloud SDKs by @shreyash-chonkie in #189
- Update README.md by @chonknick in #192
- Add static typing to the cloud chunkers + Workflow for mypy testing on PRs by @chonknick in #194
- Fix: Remove the mypy_errors.txt file by @chonknick in #201
- Update all the chunkers to use "character" instead of "gpt2" by @chonknick in #202
- Feat: Shift the tokenizer to be
charactertype to make thetokenizersoptional by @chonknick in #205 - Fix: return_type is removed for returning only
chunksto simplify mypy static typing by @chonknick in #206 - Fix: Remove
return_type='texts'to increase type consistency and resolve complex mypy issues by @chonknick in #207 - Update version to 1.1.0 in
__init__.pyby @chonknick in #209
Full Changelog: v1.0.10...v1.1.0