Skip to content

Commit f9b451b

Browse files
authored
Resolve OLM Bundle Errors (#7)
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.
1 parent 9416eb4 commit f9b451b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

olm/olmconfig.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ description: |-
1313
**About Amazon Bedrock Agent**
1414
1515
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.
1922
2023
2124
**About the AWS Controllers for Kubernetes**
@@ -30,13 +33,11 @@ description: |-
3033
3134
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
3235
samples:
33-
- kind: ExampleCustomKind
34-
spec: '{}'
35-
- kind: SecondExampleCustomKind
36+
- kind: Agent
3637
spec: '{}'
3738
maintainers:
3839
- name: "bedrock-agent maintainer team"
3940
4041
links:
4142
- name: Amazon Bedrock Agent Developer Resources
42-
url: https://aws.amazon.com/Bedrock Agent/developer-resources/
43+
url: https://aws.amazon.com/bedrock/resources/

0 commit comments

Comments
 (0)