From dc9f2789f4592f56115366e6c73c5dd152602aac Mon Sep 17 00:00:00 2001 From: Mini256 Date: Tue, 31 Dec 2024 14:33:48 +0800 Subject: [PATCH] Apply suggestions from code review --- frontend/app/src/pages/docs/embedding-model.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/app/src/pages/docs/embedding-model.mdx b/frontend/app/src/pages/docs/embedding-model.mdx index ae22489d..06ed4e19 100644 --- a/frontend/app/src/pages/docs/embedding-model.mdx +++ b/frontend/app/src/pages/docs/embedding-model.mdx @@ -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 | | ------------------------------- | ----------------- | ---------- | @@ -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