You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #, if available: [2498](aws-controllers-k8s/community#2498)
Description of changes:
- Add example kind
- fix resource URL
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy file name to clipboardExpand all lines: olm/olmconfig.yaml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,12 @@ description: |-
13
13
**About Amazon Bedrock Agent**
14
14
15
15
16
-
Amazon Bedrock is a fully managed service that makes high-performing foundation models (FMs) from leading AI companies and Amazon available for your use through a unified API. You can choose from a wide range of foundation models to find the model that is best suited for your use case. Amazon Bedrock also offers a broad set of capabilities to build generative AI applications with security, privacy, and responsible AI. Using Amazon Bedrock, you can easily experiment with and evaluate top foundation models for your use cases, privately customize them with your data using techniques such as fine-tuning and Retrieval Augmented Generation (RAG), and build agents that execute tasks using your enterprise systems and data sources.
17
-
18
-
With Amazon Bedrock's serverless experience, you can get started quickly, privately customize foundation models with your own data, and easily and securely integrate and deploy them into your applications using AWS tools without having to manage any infrastructure.
16
+
Amazon Bedrock is a fully managed service that makes high-performing foundation models (FMs) from leading AI companies
17
+
and Amazon available for your use through a unified API. You can choose from a wide range of foundation models to find
18
+
the model that is best suited for your use case. Amazon Bedrock also offers a broad set of capabilities to build generative AI applications
19
+
with security, privacy, and responsible AI. Using Amazon Bedrock, you can easily experiment with and evaluate top foundation models for your
20
+
use cases, privately customize them with your data using techniques such as fine-tuning and Retrieval Augmented Generation (RAG),
21
+
and build agents that execute tasks using your enterprise systems and data sources.
19
22
20
23
21
24
**About the AWS Controllers for Kubernetes**
@@ -30,13 +33,11 @@ description: |-
30
33
31
34
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
0 commit comments