From 696c3a661390abbda00038ea5a8bac061cf66cf5 Mon Sep 17 00:00:00 2001 From: Gloria Park <138884103+gloriacohere@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:31:01 -0500 Subject: [PATCH] Update rerank-cohere-client.ipynb updating to rerank v3.5 --- sdk/python/foundation-models/cohere/rerank-cohere-client.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/foundation-models/cohere/rerank-cohere-client.ipynb b/sdk/python/foundation-models/cohere/rerank-cohere-client.ipynb index a9b79829ec2..4527af57dff 100644 --- a/sdk/python/foundation-models/cohere/rerank-cohere-client.ipynb +++ b/sdk/python/foundation-models/cohere/rerank-cohere-client.ipynb @@ -22,7 +22,7 @@ "* Register for a valid Azure account with subscription \n", "* Make sure you have access to [Azure AI Studio](https://learn.microsoft.com/en-us/azure/ai-studio/what-is-ai-studio?tabs=home)\n", "* Create a project and resource group\n", - "* Select `Cohere Rerank V3 (English)` or `Cohere Rerank V3 (multilingual)`.\n", + "* Select `Cohere Rerank V3.5`.\n", "\n", " > Notice that some models may not be available in all the regions in Azure AI and Azure Machine Learning. On those cases, you can create a workspace or project in the region where the models are available and then consume it with a connection from a different one. To learn more about using connections see [Consume models with connections](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deployments-connections)\n", "\n",