Changelog
Release updates and changes
v1.0.3 Release Highlights ✨
-
Chonkie
Visualizer
: Visualize and debug chunks easily via terminal printouts or HTML saves. Understand chunk quality and debug your chunker with visual feedback~ Use theprint
method to print rich text on your terminal or use thesave
method to save a highlightedhtml
on your device! It’s very simple to use, just pass in your chunks~ -
Recipes: Chonkie now adds support for
Recipes
which allow you to use multilingual chunking out-of-the-box, as well as document specific chunking methods. Initial support starts with:en
,hi
,zh
,jp
andko
, while document typemarkdown
is supported too. Use it via thefrom_recipe
class method with any chunker that takes delimiters orRecursiveRules
. -
Performance enhancements in
RecursiveChunker
,SentenceChunker
, andWordTokenizer
.
Full Changelog: https://github.com/chonkie-inc/chonkie/compare/v1.0.2…v1.0.3
Was this page helpful?