You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/bedrock.md

627 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