-
Notifications
You must be signed in to change notification settings - Fork 906
feat: add support for amazon bedrock knowledge base #1520
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
base: main
Are you sure you want to change the base?
feat: add support for amazon bedrock knowledge base #1520
Conversation
Signed-off-by: rkarthikr <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1520 +/- ##
==========================================
+ Coverage 34.76% 42.90% +8.13%
==========================================
Files 94 108 +14
Lines 6342 7839 +1497
==========================================
+ Hits 2205 3363 +1158
- Misses 4046 4326 +280
- Partials 91 150 +59 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: rkarthikr <[email protected]>
Signed-off-by: rkarthikr <[email protected]>
|
Thanks for your PR, do you have any examples of this running? |
|
@AlexsJones Attached examples |
|
Any update on this ? |
|
Read the comments please and answer @rkarthikr |

Closes #1514
📑 Description
Add support for Amazon Bedrock Knowledge Base as an AI backend provider for K8sGPT. This implementation allows users to leverage their existing knowledge bases in Amazon Bedrock to enhance Kubernetes cluster
analysis and troubleshooting capabilities. The feature includes necessary authentication methods, integration with the K8sGPT backend system, and comprehensive test coverage.
✅ Checks