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

https://github.com/abhirockzz/amazon-bedrock-langchain-go

langchaingo wrapper implementations for Amazon Bedrock
https://github.com/abhirockzz/amazon-bedrock-langchain-go

amazon-bedrock generative-ai golang langchain

Last synced: 6 months ago
JSON representation

langchaingo wrapper implementations for Amazon Bedrock

Awesome Lists containing this project

README

          

# Amazon Bedrock implementations for the Langchain Go library

This repo contains [langchaingo](https://github.com/tmc/langchaingo) wrapper implementations for Amazon Bedrock.

You can make use of these with existing `langchaingo` components such as LLM and embedding, including chains.

*`langchaingo` examples coming soon!*

- [Claude](llm/claude) - Based on [Claude v2 (via Bedrock)](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html#models-supported)
- [Cohere](llm/cohere) - Based on [Cohere (via Bedrock)](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html#models-supported)
- [Langchain embedding](embedding/amazontitan) - Based on [Amazon Titan](https://docs.aws.amazon.com/bedrock/latest/userguide/embeddings.html)

More implementations might be added in the future.