Skip to content

v1.1.0

Choose a tag to compare

@chonknick chonknick released this 02 Jul 20:55
· 1479 commits to main since this release
ecfadd0

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 character type to make the tokenizers optional by @chonknick in #205
  • Fix: return_type is removed for returning only chunks to 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__.py by @chonknick in #209

Full Changelog: v1.0.10...v1.1.0