v1.0.7
✨ Highlights
- Added initial support for
HandshakesandPorterswith 1 newPorter(JSONPorter) as well as 3 newHandshakes(ChromaHandshake,QdrantHandshakeandTurbopufferHandshake)! Extemely simple to use, you can just import, init and call on yourList[Chunks]that you get out from your chunkers/refineries and query them for search! - Added support for
OpenAIGeniewhich allows you to use theOpenAImodels with theSlumberChunkerand many more! Any API that supports theOpenAI APIformat will be usable with thebase_urlchanged. Try out various LLMs with theSlumberChunkerto see which works best for you! - Added support for
VoyageAIEmbeddings(thanks to @Pratik960): UseVoyageAImodels withEmbeddingsRefineryandSemanticChunkersfor your ingestion~ - Added new themes to the
Visualizer: Dark mode and a retrotiktokenizertheme (thanks to @Udayk02) - Fixes and perfomance improvements in the
NeuralChunker - New one-page markdown
DOCS.mdfor easy answers about Chonkie with LLMs.
What's Changed
- Feat: Add
tiktokenizertheme to theVisualizerby @chonknick in #81 - Feat: Added support for VoyageAI embeddings by @Pratik960 in #67
- Feat: Add initial support for
VoyageAIEmbeddingsby @chonknick in #85 - Fix: Enhance
NeuralChunkerby adding support for multiple models, custom… by @chonknick in #86 - Add the local DOCS.md for consistency and ease by @chonknick in #89
- Update DOCS.md by @chonknick in #90
- Add
BaseHandshakeandBasePorterby @chonknick in #91 - Update cookbook by @chonknick in #92
- Feat: Add
ChromaHandshake+QdrantHandshake+Document+Chomp+ More by @chonknick in #93 - Feat: Add support for
OpenAIGenie+TurbopufferHandshakeby @chonknick in #95 - Update README.md by @chonknick in #96
- Add warning for experimental status of TurbopufferHandshake in turbop… by @chonknick in #97
- Feat: Viz: Added a new dark theme, separated the light and the dark themes by @Udayk02 in #82
- Feat: Add
darkmode to chonkie'sVisualizerby @chonknick in #98 - Update DOCS.md by @chonknick in #99
New Contributors
Full Changelog: v1.0.6...v1.0.7