Skip to content

Commit 9b801ce

Browse files
committed
update concept
1 parent a9264a8 commit 9b801ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/computer-vision/concept-image-retrieval.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88

99
ms.service: azure-ai-vision
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 02/20/2024
1212
ms.author: pafarley
1313
---
1414

@@ -43,8 +43,8 @@ Vector embeddings are a way of representing content—text or images—a
4343

4444
Each dimension of the vector corresponds to a different feature or attribute of the content, such as its semantic meaning, syntactic role, or context in which it commonly appears. In Azure AI Vision, image and text vector embeddings have 1024 dimensions.
4545

46-
> [!NOTE]
47-
> Vector embeddings can only be meaningfully compared if they are from the same model type.
46+
> [!IMPORTANT]
47+
> Vector embeddings can only be compared and matched if they're from the same model type. Images vectorized by one model won't be searchable through a different model. The latest Image Analysis API offers two models, version `2023-04-15` which supports text search in many languages, and the legacy `2022-04-11` model which supports only English.
4848
4949
## How does it work?
5050

0 commit comments

Comments
 (0)