Skip to content

v0.10.0

Compare
Choose a tag to compare
@benbrandt benbrandt released this 07 Apr 21:17
· 91 commits to main since this release

Breaking Changes

Improved (but different) Markdown split points #137. In hindsight, the levels used for determining split points in Markdown text were too granular, which led to some strange split points.
Several element types were consolidated into the same levels, which should still provide a good balance between splitting at the right points and not splitting too often.

Because the output of the MarkdownSplitter will be substantially different, especially for smaller chunk sizes, this is considered a breaking change.

Full Changelog: v0.9.1...v0.10.0