v1.5.6
Universal Vizulizer 👀
The visulizer now has support for a list of strings as well, allowing it to extend beyond the scope of the current library
from chonkie import Visualizer, RecursiveChunker
viz = Visualizer()
texts = ["hello, ","world"]
viz(texts)What's Changed
- chore(deps): bump protobuf from 6.32.1 to 6.33.5 by @dependabot[bot] in #484
- chore: switch to debug by @chonk-lain in #485
- chore: bump version by @chonk-lain in #486
- chore(deps): bump pillow from 11.3.0 to 12.1.1 by @dependabot[bot] in #494
- chore(deps): bump langchain-core from 0.3.81 to 1.2.11 by @dependabot[bot] in #493
- chore(deps): bump langsmith from 0.4.32 to 0.6.3 by @dependabot[bot] in #490
- perf: cache all HF Hub requests during test run by @akx in #419
- chore(deps): bump cryptography from 46.0.2 to 46.0.5 by @dependabot[bot] in #492
- docs: improve language support documentation for code chunker by @samyak1729 in #451
- Remove completed TODO comments from NeuralChunker by @anaslimem in #488
- Fix anchors in readme to point to the correct heading. by @CKolkey in #433
- fix: handle empty list input in Pipeline.run() (Issue #460) by @hannibal-lee in #496
- Improve test by removing whitespace stripping in chunk index by @anaslimem in #489
- fix: remove duplicate code in CohereEmbeddings by @akx in #414
- feat(visulizer): support list of strings for visulizer by @chonk-lain in #497
New Contributors
Full Changelog: v1.5.5...v1.5.6