You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-cohere-rerank.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Cohere offers rerank models in [Azure AI Foundry](https://ai.azure.com). These m
30
30
31
31
You can browse the Cohere family of models in the [Model Catalog](model-catalog.md) by filtering on the Cohere collection.
32
32
33
-
### Cohere Rerank v3.5
33
+
#[Cohere Rerank v3.5](#tab/cohere-rerank-3-5)
34
34
35
35
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.
36
36
@@ -39,7 +39,7 @@ Businesses use Cohere Rerank 3.5 to improve their enterprise search and retrieva
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.
45
45
@@ -52,7 +52,7 @@ Rerank supports JSON objects as documents where users can specify, at query time
52
52
53
53
Rerank English works well for code retrieval, semi-structured data retrieval, and long context.
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.
58
58
@@ -65,6 +65,8 @@ Rerank supports JSON objects as documents where users can specify, at query time
65
65
66
66
Rerank multilingual performs well on multilingual benchmarks such as Miracl.
67
67
68
+
---
69
+
68
70
## Deploy Cohere Rerank models as serverless APIs
69
71
70
72
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