An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/amazon-bedrock-go-sdk-examples

AWS Go SDK examples for Amazon Bedrock
https://github.com/abhirockzz/amazon-bedrock-go-sdk-examples

amazon-bedrock generative-ai golang machine-learning

Last synced: 6 months ago
JSON representation

AWS Go SDK examples for Amazon Bedrock

Awesome Lists containing this project

README

          

# AWS Go SDK examples for Amazon Bedrock

[Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html) is a fully managed service that makes base models from Amazon and third-party model providers accessible through an API.

![](image.jpg)

Examples include:

- [Basic example](bedrock-basic) to invoke Bedrock API and list Foundation Models (FMs)
- [Simple chatbot example](claude-chat) with Claude
- [Handle streaming output](streaming-claude-basic) from LLMs (Claude example)
- [Streaming chatbot example](claude-chat-streaming)
- [Generate content](claude-content-generation) with Claude
- [Extract info from text](claude-information-extraction) with Claude
- Cohere example for [text generation](cohere-text-generation)
- Stable Diffusion XL [example for image generation](stablediffusion-image-gen) with a prompt
- [Convert text into Vector (embedding)](titan-text-embedding) with Amazon Titan