From 81cb326d15727a63d2cb1fd2be2b29a542623c7b Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Dec 2024 18:28:34 -0500 Subject: [PATCH 1/3] Add warning about client version for Rerank on Bedrock --- fern/pages/v2/deployment-options/cohere-works-everywhere.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx index f4b6f539..934fef59 100644 --- a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx +++ b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx @@ -167,6 +167,10 @@ public class ChatPost { #### Bedrock + +Rerank 3.5 on bedrock is only supported with Rerank API v2, via `BedrockClientV2()` + + ```typescript TS const { BedrockClient } = require('cohere-ai'); From d68597789c8d2a1c9a9278de2bd9f14318c6f61e Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Dec 2024 18:29:55 -0500 Subject: [PATCH 2/3] Update cohere-works-everywhere.mdx Signed-off-by: Michael --- fern/pages/v2/deployment-options/cohere-works-everywhere.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx index 934fef59..9ed8384b 100644 --- a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx +++ b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx @@ -168,7 +168,7 @@ public class ChatPost { #### Bedrock -Rerank 3.5 on bedrock is only supported with Rerank API v2, via `BedrockClientV2()` +Rerank 3.5 on Bedrock is only supported with Rerank API v2, via `BedrockClientV2()` From 782d8e3946ea5aab1c04c8f771b3e4ef34882fe3 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Dec 2024 18:34:54 -0500 Subject: [PATCH 3/3] v3.5 --- fern/pages/v2/deployment-options/cohere-works-everywhere.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx index 9ed8384b..49b1a56e 100644 --- a/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx +++ b/fern/pages/v2/deployment-options/cohere-works-everywhere.mdx @@ -168,7 +168,7 @@ public class ChatPost { #### Bedrock -Rerank 3.5 on Bedrock is only supported with Rerank API v2, via `BedrockClientV2()` +Rerank v3.5 on Bedrock is only supported with Rerank API v2, via `BedrockClientV2()`