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
- Host: GitHub
- URL: https://github.com/abhirockzz/amazon-bedrock-langchain-go
- Owner: abhirockzz
- Created: 2023-09-30T11:34:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T18:20:21.000Z (over 1 year ago)
- Last Synced: 2025-03-24T00:24:27.251Z (7 months ago)
- Topics: amazon-bedrock, generative-ai, golang, langchain
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.