1.0.0
Features
- Improved performance of the CL100k encoding by 5x
- Thanks @paplorinc for the great work!
- Added
text-embedding-3-small
andtext-embedding-3-large
to theModelType
enum
Breaking Changes
- Due to the performance optimization, we now return a custom
IntArrayList
instead of aList<Integer>
to prevent unnecessary boxing. TheIntArrayList
does not implementList
and therefore is a breaking change. If you are missing any critical functionality fromIntArrayList
, please raise an issue.
Full Changelog: 0.6.1...1.0.0