Skip to content

1.0.0

Compare
Choose a tag to compare
@tox-p tox-p released this 10 Feb 13:46

Features

  • Improved performance of the CL100k encoding by 5x
    • Thanks @paplorinc for the great work!
  • Added text-embedding-3-small and text-embedding-3-large to the ModelType enum

Breaking Changes

  • Due to the performance optimization, we now return a custom IntArrayList instead of a List<Integer> to prevent unnecessary boxing. The IntArrayList does not implement List and therefore is a breaking change. If you are missing any critical functionality from IntArrayList, please raise an issue.

Full Changelog: 0.6.1...1.0.0