Skip to content

Commit 231f6e1

Browse files
committed
move models into tabs
1 parent dc8b7d4 commit 231f6e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/ai-studio/how-to/deploy-models-cohere-rerank.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Cohere offers rerank models in [Azure AI Foundry](https://ai.azure.com). These m
3030

3131
You can browse the Cohere family of models in the [Model Catalog](model-catalog.md) by filtering on the Cohere collection.
3232

33-
### Cohere Rerank v3.5
33+
# [Cohere Rerank v3.5](#tab/cohere-rerank-3-5)
3434

3535
Cohere Rerank 3.5 provides a significant boost to the relevancy of search results. This AI model, also known as a cross-encoder, precisely sorts lists of documents according to their semantic similarity to a provided query. This action allows information retrieval systems to go beyond keyword search, and also outperform traditional embedding models, surfacing the most contextually relevant data within end-user applications.
3636

@@ -39,7 +39,7 @@ Businesses use Cohere Rerank 3.5 to improve their enterprise search and retrieva
3939
- Context window of the model is 4,096 tokens
4040
- Max query length is 4,096 tokens
4141

42-
### Cohere Rerank v3 - English
42+
# [Cohere Rerank v3 - English](#tab/cohere-rerank-3-en)
4343

4444
Cohere Rerank English is a reranking model used for semantic search and retrieval-augmented generation (RAG). Rerank enables you to significantly improve search quality by augmenting traditional keyword-based search systems with a semantic-based reranking system that can contextualize the meaning of a user's query beyond keyword relevance. Cohere's Rerank delivers higher quality results than embedding-based search, lexical search, and even hybrid search, and it requires only adding a single line of code into your application.
4545

@@ -52,7 +52,7 @@ Rerank supports JSON objects as documents where users can specify, at query time
5252

5353
Rerank English works well for code retrieval, semi-structured data retrieval, and long context.
5454

55-
### Cohere Rerank v3 - Multilingual
55+
# [Cohere Rerank v3 - Multilingual](#tab/cohere-rerank-3-multi)
5656

5757
Cohere Rerank Multilingual is a reranking model used for semantic search and retrieval-augmented generation (RAG). Rerank Multilingual supports more than 100 languages and can be used to search within a language (for example, to search with a French query on French documents) and across languages (for example, to search with an English query on Chinese documents). Rerank enables you to significantly improve search quality by augmenting traditional keyword-based search systems with a semantic-based reranking system that can contextualize the meaning of a user's query beyond keyword relevance. Cohere's Rerank delivers higher quality results than embedding-based search, lexical search, and even hybrid search, and it requires only adding a single line of code into your application.
5858

@@ -65,6 +65,8 @@ Rerank supports JSON objects as documents where users can specify, at query time
6565

6666
Rerank multilingual performs well on multilingual benchmarks such as Miracl.
6767

68+
---
69+
6870
## Deploy Cohere Rerank models as serverless APIs
6971

7072
Certain models in the model catalog can be deployed as a serverless API with pay-as-you-go billing. This kind of deployment provides a way to consume models as an API without hosting them on your subscription, while keeping the enterprise security and compliance that organizations need. This deployment option doesn't require quota from your subscription.

0 commit comments

Comments
 (0)