Supported Embedding Models
AWS Bedrock
To use AWS Bedrock embedding models, you need to have the appropriate AWS credentials and permissions. The embeddings implementation relies on the boto3
library.
Setup
- Ensure you have model access from the AWS Bedrock Console
- Authenticate the boto3 client using a method described in the AWS documentation
- Set up environment variables for authentication:
Usage
Config
Here are the parameters available for configuring AWS Bedrock embedder:
Parameter | Description | Default Value |
---|---|---|
model | The name of the embedding model to use | amazon.titan-embed-text-v1 |
Parameter | Description | Default Value |
---|---|---|
model | The name of the embedding model to use | amazon.titan-embed-text-v1 |