Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.knuddels:jtokkit from 0.4.0 to 1.0.0 #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps com.knuddels:jtokkit from 0.4.0 to 1.0.0.

Release notes

Sourced from com.knuddels:jtokkit's releases.

1.0.0

Features

  • Improved performance of the CL100k encoding by 5x
  • 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: knuddelsgmbh/jtokkit@0.6.1...1.0.0

0.6.1

Fixes

  • Added a workaround to prevent issue with regex compilation on Android devices

Full Changelog: knuddelsgmbh/jtokkit@0.6.0...0.6.1

0.6.0

Features

  • Added GPT_3_5_TURBO_16k to the ModelType enum

Full Changelog: knuddelsgmbh/jtokkit@0.5.1...0.6.0

0.5.1

Fixes

  • Fixed an issue resulting in wrong encodings for Unicode input . Thanks @​VoidIsVoid for raising and fixing this issue 🙂

New Contributors

Full Changelog: knuddelsgmbh/jtokkit@0.5.0...0.5.1

0.5.0

Features

  • Added a new EncodingRegistry that loads only the requested vocabularies lazily instead of loading all vocabularies eagerly at initialization. Thanks @​blackdiz for raising this feature request and implementing it 😊

New Contributors

Full Changelog: knuddelsgmbh/jtokkit@0.4.0...0.5.0

Commits
  • 6a54eb2 chore: bump version to 1.0.0
  • c76b814 fix: adapt gpt-3.5-turbo maxContextLength to context sizes in the official docs
  • 2dea926 feat: add new embedding models to ModelType
  • 8c32143 chore(deps): update dependency tiktoken to v0.6.0
  • d6a6bde docs: add some missing JavaDoc
  • 2a8492c chore: reduce visibility to only expose actual API
  • b4aa1f9 chore: move internal optimization logic from API to internal package
  • 409b3d2 chore: disable renovate for docs
  • 0d4e480 fix(deps): update junit5 monorepo to v5.10.2
  • 5006a5e fix: re-add countTokensOrdinary to keep breaking changes to a minimum
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.knuddels:jtokkit](https://github.com/knuddelsgmbh/jtokkit) from 0.4.0 to 1.0.0.
- [Release notes](https://github.com/knuddelsgmbh/jtokkit/releases)
- [Commits](knuddelsgmbh/jtokkit@0.4.0...1.0.0)

---
updated-dependencies:
- dependency-name: com.knuddels:jtokkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants