-
Notifications
You must be signed in to change notification settings - Fork 1
[CAI-527][CAI-526] - Code refactor to enable new Gemini models and removing AWS Bedrock classes #1610
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
Conversation
…l into CAI-527-gemini2.5
🦋 Changeset detectedLatest commit: 5b34197 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
"chatbot": patch | ||
--- | ||
|
||
Code refactor with new gemini models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR combines 3 different activities, I think you should add 2 more changeset files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added other two changesets.
Branch is not up to date with base branch@batdevis it seems this Pull Request is not updated with base branch. |
This PR exceeds the recommended size of 800 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Jira Pull Request LinkThis Pull Request refers to the following Jira issue CAI-527 |
List of Changes
Motivation and Context
Gemini embedder
text-embedding-004
is deprecated and it will be removed by Google in November 2025. So, moving togemini-embedding-001
is necessary and it has to be done as soon as possible. Moreover there are new LLM Gemini models (2.5 family) and new semantic rerankers models (here the list).How Has This Been Tested?
Locally
Screenshots (if appropriate):
Types of changes
Checklist: