Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/build-on-aws/amazon-bedrock-go-sdk-examples

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

amazon-bedrock aws generative-ai golang large-language-models

Last synced: about 2 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.

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
- [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

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This library is licensed under the MIT-0 License. See the LICENSE file.