Skip to content

tedpatrick/bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock

Setup Environment

$ conda env create
$ conda activate bedrock

AWS Credentials

export AWS_ACCESS_KEY_ID=AKIIIIIIIIIIIIIIIII
export AWS_ACCOUNT_ID=08675309
export AWS_REGION=us-west-2
export AWS_SECRET_ACCESS_KEY=SECRET_KEY

AWS Bedrock Models to Enable (Note: Model access is region specific. We use us-west-2)

Claude 3 Haiku https://us-west-2.console.aws.amazon.com/bedrock/home?region=us-west-2#/providers?model=anthropic.claude-3-haiku-20240307-v1:0

Cohere Embed English V3 https://us-west-2.console.aws.amazon.com/bedrock/home?region=us-west-2#/providers?model=cohere.embed-english-v3

How to enable models https://us-west-2.console.aws.amazon.com/bedrock/home?region=us-west-2#/modelaccess

Run 0_embedding.py

$ python 0_embedding.py

Run 1_llm.py

$ python 1_llm.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages