Skip to content

Commit

Permalink
Add warning about client version for Rerank on Bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozakov authored Dec 3, 2024
1 parent afe625b commit 81cb326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fern/pages/v2/deployment-options/cohere-works-everywhere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ public class ChatPost {

#### Bedrock

<Warning title="Rerank API Compatibility">
Rerank 3.5 on bedrock is only supported with Rerank API v2, via `BedrockClientV2()`
</Warning>

<CodeBlocks>
```typescript TS
const { BedrockClient } = require('cohere-ai');
Expand Down

0 comments on commit 81cb326

Please sign in to comment.