Skip to content

v0.32.0

Latest

Choose a tag to compare

@benbrandt benbrandt released this 16 Jun 07:37
· 4 commits to main since this release

What's New

  • Improve performance for documents that have very distant semantic boundaries. #1184

Python

  • Build abi3t wheels for free-threaded Python. #1180
  • Release the GIL while loading Rust-backed tokenizers and running Rust-only chunking calls for TextSplitter, MarkdownSplitter, and CodeSplitter. Callback-backed splitters continue to hold the GIL while calling into Python. #1183

Full Changelog: v0.31.0...v0.32.0