langchain/docs/integrations/amazon_bedrock.md
Leonid Ganeline 92a5f00ffb
docs: ecosystem/integrations update 5 (#5752)
- added missed integration to `docs/ecosystem/integrations/`
- updated notebooks to consistent format: changed titles, file names;
added descriptions

#### Who can review?
 @hwchase17 
 @dev2049
2023-06-05 16:08:55 -07:00

634 B

Amazon Bedrock

Amazon Bedrock is a fully managed service that makes FMs from leading AI startups and Amazon available via an API, so you can choose from a wide range of FMs to find the model that is best suited for your use case.

Installation and Setup

pip install boto3

LLM

See a usage example.

from langchain import Bedrock

Text Embedding Models

See a usage example.

from langchain.embeddings import BedrockEmbeddings