Skip to content

CloudFormation templates, scripts, configs and notes for working with Amazon Bedrock.

License

Notifications You must be signed in to change notification settings

sjakthol/aws-bedrock-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-bedrock-playground

CloudFormation templates, scripts, configs and notes for working with Amazon Bedrock.

Prerequisites

Knowledge Bases

Setup:

# Create infra (S3 bucket, Amazon OpenSearch Serverless collection, IAM Roles etc.) for Amazon Bedrock Knowledge Bases
make deploy-kb-infra

# Create index for vector data in AOSS (requires awscurl)
make create-vector-index

# Create knowledge base in Bedrock
make create-knowledge-base create-data-source

Cleanup:

# Delete knowledge base from Bedrock
make delete-knowledge-base

# Delete infra
make delete-kb-infra

License

MIT.

About

CloudFormation templates, scripts, configs and notes for working with Amazon Bedrock.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages