-
Notifications
You must be signed in to change notification settings - Fork 1
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
Common middleware llm package and ollama support #312
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.5.6...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.9.7...v3.9.8) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…nd/next-14.1.1' into feature/playground-self-learning-feedback
…nd/mysql2-3.9.8' into feature/playground-self-learning-feedback
github-actions
bot
added
deployment-error
Added by deployment workflows if an error occured
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 13, 2024
github-actions
bot
added
lock:athena-test1
Is currently deployed to Athena Test Server 1
and removed
deployment-error
Added by deployment workflows if an error occured
deploy:athena-test1
Athena Test Server 1
labels
Jul 13, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 13, 2024 17:13
— with
GitHub Actions
Inactive
EneaGore
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 14, 2024
github-actions
bot
added
lock:athena-test1
Is currently deployed to Athena Test Server 1
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 16, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 16, 2024 17:44
— with
GitHub Actions
Inactive
EneaGore
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 16, 2024
github-actions
bot
added
lock:athena-test1
Is currently deployed to Athena Test Server 1
and removed
deploy:athena-test1
Athena Test Server 1
labels
Jul 20, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 20, 2024 21:28
— with
GitHub Actions
Inactive
EneaGore
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Right now llm setup is copy and pasted on each module. This PR introduces a common package.
This PR includes the bump to langchain 0.2 for the shared llm package, also to pydantic v2
Only integrated on Text LLM Module so far. Other modules rely on old dependencies which may cause issues when using this package atm.
Also adds support for ollama with all its models hosted in the gpu.
Docker and build scripts updated
Description
Steps for Testing
Screenshots