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
- Host: GitHub
- URL: https://github.com/abhirockzz/amazon-bedrock-go-sdk-examples
- Owner: abhirockzz
- Created: 2023-10-02T05:43:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T17:39:05.000Z (about 2 years ago)
- Last Synced: 2025-03-24T00:24:25.084Z (7 months ago)
- Topics: amazon-bedrock, generative-ai, golang, machine-learning
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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