Skip to content

davidgisbey/aws-bedrock-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Amazon Bedrock spike

Add env variables

cp .env_sample .env

install dependencies

bundle install

run the server for the Aws::BedrockRuntime implentation

ruby app/bedrock_runtime.rb

Or run the server for the ruby amazon bedrock gems implentation

ruby app/ruby_amazon_bedrock.rb

visit the server with your question as a query param

http://localhost:4567/query?query=What is the capital of Germany?

About

Quick spike integrating with AWS Bedrock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages