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-services/computer-vision/how-to/image-retrieval.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
@@ -8,7 +8,7 @@ manager: nitinme
8
8
9
9
ms.service: azure-ai-vision
10
10
ms.topic: how-to
11
-
ms.date: 01/30/2024
11
+
ms.date: 02/20/2024
12
12
ms.author: pafarley
13
13
ms.custom: references_regions
14
14
---
@@ -43,9 +43,10 @@ The `retrieval:vectorizeImage` API lets you convert an image's data to a vector.
43
43
1. Replace `<endpoint>` with your Azure AI Vision endpoint.
44
44
1. Replace `<subscription-key>` with your Azure AI Vision key.
45
45
1. In the request body, set `"url"` to the URL of a remote image you want to use.
46
+
1. Optionally, change the `model-version` parameter to an older version. `2022-04-11` is the legacy model that supports only English text. Images and text that are vectorized with a certain model aren't compatible with other models, so be sure to use the same model for both.
@@ -69,9 +70,10 @@ The `retrieval:vectorizeText` API lets you convert a text string to a vector. To
69
70
1. Replace `<endpoint>` with your Azure AI Vision endpoint.
70
71
1. Replace `<subscription-key>` with your Azure AI Vision key.
71
72
1. In the request body, set `"text"` to the example search term you want to use.
73
+
1. Optionally, change the `model-version` parameter to an older version. `2022-04-11` is the legacy model that supports only English text. Images and text that are vectorized with a certain model aren't compatible with other models, so be sure to use the same model for both.
0 commit comments