bhavnicksm / chonkie

🦛 CHONK your texts with Chonkie ✨ - The no-nonsense RAG chunking library
https://pypi.org/project/chonkie/
MIT License
1.68k stars 60 forks source link

[FEAT] Add support for Model2VecEmbeddings + Switch default embeddings to Model2VecEmbeddings #49

Closed bhavnicksm closed 6 days ago

bhavnicksm commented 6 days ago

This pull request includes updates to the chonkie library, introducing a new embedding model, updating documentation, and adding relevant tests. The most important changes include the addition of the Model2VecEmbeddings class, updates to the documentation to reflect new installation options, and the inclusion of tests for the new embedding model.

New Embedding Model:

Documentation Updates:

Dependency and Version Updates:

Test Additions:

These changes enhance the functionality of the chonkie library by adding support for a new, efficient embedding model and ensuring that the documentation and tests are updated accordingly.