v1.3.0
✨ Highlights
- Added
searchmethods to handshakes for quick retrieval checks! Now you can search things directly withQdrantHandshake,WeaviateHandshake,PineconeHandshake,MongoDBHandshakeandPgvectorHandshake. - Added a
fileinput for all the cloud chunkers for easier processing of the files directly!
🔨 Breaking
- All chunkers now return
Chunktype, instead ofSemanticChunk,SentenceChunkorRecursiveChunk, leader to stricter typing and more uniform structure. - Cloud
SemanticChunkernow matches the chonkie'sSemanticChunker!
What's Changed
- Feat: fix legacy import by @chonk-lain in #268
- fix: Added voyageai to chonkie[all] optional installation It Fixes #… by @sahibpreetsingh12 in #256
- Docs: update readme to include the latest handshakes by @chonk-lain in #266
- Docs: Correct faulty import in LateChunker docs by @JoshuaKoopmans in #269
- Feat: fix the default parameter for the semantic chunker by @chonk-lain in #252
- Fixed the issue #51TokenChunker Visual was cutting when using overlapping chunks by @sahibpreetsingh12 in #257
- Chore: remove -O3 compiling parameter by @chonk-lain in #276
- Docs: update embedding documentation by @chonk-lain in #270
- Docs: correct late chunker docs by @JoshuaKoopmans in #273
- Add AzureOpenAIGenie to the all export list by @kiendoantrung in #272
- Feat: add search methods for handshakes by @chonk-lain in #275
- Chore: fix workflows by @chonk-lain in #278
- Fix:
chonkie.cloud.SemanticChunkerhas new parameters & addfileto all the chunkers by @chonknick in #279 - Docs: update
chonkiefavicon image by @chonknick in #282 - Fix: Remove unused
friendsdirectory from the codebase by @chonknick in #287 - Fix: All chunkers now return
Chunktype only by @chonknick in #285 - Feat: update [all] by @chonk-lain in #288
- Update version to 1.3.0 in pyproject.toml and init.py by @chonknick in #290
New Contributors
- @JoshuaKoopmans made their first contribution in #269
- @kiendoantrung made their first contribution in #272
Full Changelog: v1.2.1...v1.3.0