v0.24.1 #608
benbrandt
announced in
Announcements
v0.24.1
#608
Replies: 1 comment
-
Appreciate it! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Added a new
chunk_char_indices
method to the Rust splitters in #607The pulls logic from the Python bindings down into the core library. This will be more expensive than just byte offsets, and for most usage in Rust, just having byte offsets is sufficient.
However, when interfacing with other languages or systems that require character offsets, this will track the character offsets for you, accounting for any trimming that may have occurred.
Full Changelog: v0.24.0...v0.24.1
This discussion was created from the release v0.24.1.
Beta Was this translation helpful? Give feedback.
All reactions