Skip to content

Commit e942aea

Browse files
committed
updates to Azure ML doc
1 parent 0836370 commit e942aea

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Cohere Embed V3 models with Azure AI Studio.
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 09/23/2024
8+
ms.date: 10/22/2024
99
ms.reviewer: shubhiraj
1010
reviewer: shubhirajMsft
1111
ms.author: mopeakande

articles/machine-learning/how-to-deploy-models-cohere-embed.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: scottpolly
66
ms.service: azure-machine-learning
77
ms.subservice: inferencing
88
ms.topic: how-to
9-
ms.date: 09/24/2024
9+
ms.date: 10/22/2024
1010
ms.reviewer: shubhiraj
1111
reviewer: shubhirajMsft
1212
ms.author: mopeakande
@@ -31,18 +31,20 @@ The Cohere family of models for embeddings includes the following models:
3131

3232
# [Cohere Embed v3 - English](#tab/cohere-embed-v3-english)
3333

34-
Cohere Embed English is a text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed English performs well on the HuggingFace (massive text embed) MTEB benchmark and on use-cases for various industries, such as Finance, Legal, and General-Purpose Corpora. Embed English also has the following attributes:
34+
Cohere Embed English is a multimodal (text and image) representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed English performs well on the HuggingFace (massive text embed) MTEB benchmark and on use-cases for various industries, such as Finance, Legal, and General-Purpose Corpora. Embed English also has the following attributes:
3535

36-
* Embed English has 1,024 dimensions.
36+
* Embed English has 1,024 dimensions
3737
* Context window of the model is 512 tokens
38+
* Embed English accepts images as a base64 encoded data url
3839

3940

4041
# [Cohere Embed v3 - Multilingual](#tab/cohere-embed-v3-multilingual)
4142

42-
Cohere Embed Multilingual is a text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed 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). Embed multilingual performs well on multilingual benchmarks such as Miracl. Embed Multilingual also has the following attributes:
43+
Cohere Embed Multilingual is a multimodal (text and image) representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed 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). Embed multilingual performs well on multilingual benchmarks such as Miracl. Embed Multilingual also has the following attributes:
4344

44-
* Embed Multilingual has 1,024 dimensions.
45+
* Embed Multilingual has 1,024 dimensions
4546
* Context window of the model is 512 tokens
47+
* Embed Multilingual accepts images as a base64 encoded data url
4648

4749

4850
---
@@ -220,18 +222,20 @@ The Cohere family of models for embeddings includes the following models:
220222

221223
# [Cohere Embed v3 - English](#tab/cohere-embed-v3-english)
222224

223-
Cohere Embed English is a text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed English performs well on the HuggingFace (massive text embed) MTEB benchmark and on use-cases for various industries, such as Finance, Legal, and General-Purpose Corpora. Embed English also has the following attributes:
225+
Cohere Embed English is a multimodal (text and image) representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed English performs well on the HuggingFace (massive text embed) MTEB benchmark and on use-cases for various industries, such as Finance, Legal, and General-Purpose Corpora. Embed English also has the following attributes:
224226

225-
* Embed English has 1,024 dimensions.
227+
* Embed English has 1,024 dimensions
226228
* Context window of the model is 512 tokens
229+
* Embed English accepts images as a base64 encoded data url
227230

228231

229232
# [Cohere Embed v3 - Multilingual](#tab/cohere-embed-v3-multilingual)
230233

231-
Cohere Embed Multilingual is a text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed 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). Embed multilingual performs well on multilingual benchmarks such as Miracl. Embed Multilingual also has the following attributes:
234+
Cohere Embed Multilingual is a multimodal (text and image) representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed 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). Embed multilingual performs well on multilingual benchmarks such as Miracl. Embed Multilingual also has the following attributes:
232235

233-
* Embed Multilingual has 1,024 dimensions.
236+
* Embed Multilingual has 1,024 dimensions
234237
* Context window of the model is 512 tokens
238+
* Embed Multilingual accepts images as a base64 encoded data url
235239

236240

237241
---
@@ -411,18 +415,20 @@ The Cohere family of models for embeddings includes the following models:
411415

412416
# [Cohere Embed v3 - English](#tab/cohere-embed-v3-english)
413417

414-
Cohere Embed English is a text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed English performs well on the HuggingFace (massive text embed) MTEB benchmark and on use-cases for various industries, such as Finance, Legal, and General-Purpose Corpora. Embed English also has the following attributes:
418+
Cohere Embed English is a multimodal (text and image) representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed English performs well on the HuggingFace (massive text embed) MTEB benchmark and on use-cases for various industries, such as Finance, Legal, and General-Purpose Corpora. Embed English also has the following attributes:
415419

416-
* Embed English has 1,024 dimensions.
420+
* Embed English has 1,024 dimensions
417421
* Context window of the model is 512 tokens
422+
* Embed English accepts images as a base64 encoded data url
418423

419424

420425
# [Cohere Embed v3 - Multilingual](#tab/cohere-embed-v3-multilingual)
421426

422-
Cohere Embed Multilingual is a text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed 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). Embed multilingual performs well on multilingual benchmarks such as Miracl. Embed Multilingual also has the following attributes:
427+
Cohere Embed Multilingual is a multimodal (text and image) representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering. Embed 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). Embed multilingual performs well on multilingual benchmarks such as Miracl. Embed Multilingual also has the following attributes:
423428

424-
* Embed Multilingual has 1,024 dimensions.
429+
* Embed Multilingual has 1,024 dimensions
425430
* Context window of the model is 512 tokens
431+
* Embed Multilingual accepts images as a base64 encoded data url
426432

427433

428434
---

0 commit comments

Comments
 (0)