-
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
Text LLM Module: Upgrade to Langchain 0.2. #310
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
EneaGore
temporarily deployed
to
Athena Test Server 3
July 21, 2024 21:24 — with
GitHub Actions
Inactive
dmytropolityka
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 22, 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 22, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 22, 2024 14:04 — with
GitHub Actions
Inactive
EneaGore
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 22, 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 22, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 22, 2024 19:49 — with
GitHub Actions
Inactive
EneaGore
added
deploy:athena-test1
Athena Test Server 1
and removed
lock:athena-test1
Is currently deployed to Athena Test Server 1
labels
Jul 22, 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 22, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 22, 2024 20:43 — with
GitHub Actions
Inactive
EneaGore
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 23, 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 23, 2024
EneaGore
temporarily deployed
to
Athena Test Server 3
July 23, 2024 23:25 — with
GitHub Actions
Inactive
maximiliansoelch
removed
the
lock:athena-test1
Is currently deployed to Athena Test Server 1
label
Jul 24, 2024
Did you test with the other modules on the playground? Maybe you need to stack this PR on the Update Playground PR 🤔 |
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
Updating to langchain 0.2 . Fixes to comply to pydantic 2 and moving to openai ^1.30.
Trying to keep it consistent as much as possible with PR280 from Dmytro to start working on the shared llm package.
Description
Steps for Testing
Most changes are in the Module Text LLM package so testing feedback generation there is the main focus.
Screenshots