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

chore(deps): bump com.knuddels:jtokkit from 0.6.1 to 1.0.0 #21

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

Conversation

dependabot[bot]
Copy link

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

Bumps com.knuddels:jtokkit from 0.6.1 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

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [com.knuddels:jtokkit](https://github.com/knuddelsgmbh/jtokkit) from 0.6.1 to 1.0.0.
- [Release notes](https://github.com/knuddelsgmbh/jtokkit/releases)
- [Commits](knuddelsgmbh/jtokkit@0.6.1...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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels 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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants