-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(ai-proxy): add AWS Bedrock Converse-API Driver #13354
Conversation
@fffonion let's start the review process on this large PR. |
2c5883a
to
1a541a3
Compare
fa52c16
to
f499d3f
Compare
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.
1/n
9d864e7
to
f704158
Compare
@fffonion I done all your second round comments |
LGTM, please make sure comments from other reviewers are addressed : ) |
Co-authored-by: Keery Nie <[email protected]>
1b85373
to
8184ee0
Compare
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13354-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13354-to-master-to-upstream
git checkout -b cherry-pick-13354-to-master-to-upstream
ancref=$(git merge-base 61e2c761d7ec7757552b54851a992b5a8740f4be 8184ee0faaee6adf6ff71de0f8f5ce88fbfa326e)
git cherry-pick -x $ancref..8184ee0faaee6adf6ff71de0f8f5ce88fbfa326e |
cc @ttyS0e I will do the cherrypicks to EE because there are couple of PRs that needs to cooridnate for conflict. |
Supersedes #13054 which was completely broken. Adds AWS Bedrock "Converse API" support to Kong AI Gateway. AG-14 Co-authored-by: Jack Tysoe <[email protected]>
Summary
Supersedes #13054 which was completely broken.
Adds AWS Bedrock "Converse API" support to Kong AI Gateway.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
AG-14