feat(ai-proxy): add AWS Bedrock Converse-API Driver#13354
Merged
Conversation
Member
|
@fffonion let's start the review process on this large PR. |
fffonion
reviewed
Jul 22, 2024
2c5883a to
1a541a3
Compare
fa52c16 to
f499d3f
Compare
9d864e7 to
f704158
Compare
windmgc
reviewed
Jul 26, 2024
fffonion
reviewed
Jul 26, 2024
Contributor
Author
|
@fffonion I done all your second round comments |
windmgc
reviewed
Jul 29, 2024
oowl
reviewed
Jul 29, 2024
fffonion
approved these changes
Jul 29, 2024
Contributor
|
LGTM, please make sure comments from other reviewers are addressed : ) |
Co-authored-by: Keery Nie <windmgc@gmail.com>
1b85373 to
8184ee0
Compare
windmgc
approved these changes
Jul 30, 2024
Collaborator
|
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 |
Contributor
|
cc @ttyS0e I will do the cherrypicks to EE because there are couple of PRs that needs to cooridnate for conflict. |
Contributor
Closed
1 task
oowl
pushed a commit
that referenced
this pull request
Aug 15, 2024
This file contains hidden or 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
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.
Summary
Supersedes #13054 which was completely broken.
Adds AWS Bedrock "Converse API" support to Kong AI Gateway.
Checklist
changelog/unreleased/kongorskip-changeloglabel added on PR if changelog is unnecessary. README.mdIssue reference
AG-14