Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Dec 31, 2024
1 parent f313f87 commit dc9f278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/src/pages/docs/embedding-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ For more information, see the [Cohere Embed documentation](https://docs.cohere.c

Amazon Bedrock is a fully managed foundation models service that provides a range of large language models and embedding models.

**Supported Models**:
**Featured Models**:

| Embedding Model | Vector Dimensions | Max Tokens |
| ------------------------------- | ----------------- | ---------- |
Expand All @@ -123,6 +123,8 @@ Amazon Bedrock is a fully managed foundation models service that provides a rang
| `cohere.embed-english-v3` | 1024 | 512 |
| `cohere.embed-multilingual-v3` | 1024 | 512 |

To check all embbeding models supported by Bedrock, go to [Bedrock console](https://console.aws.amazon.com/bedrock).

To use Amazon Bedrock, you'll need to provide a JSON Object of your AWS Credentials, as described in the [AWS CLI config global settings](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-global):

```json
Expand Down

0 comments on commit dc9f278

Please sign in to comment.