Skip to content

Commit b4abe12

Browse files
authored
Update multimodal-search-overview.md
Updated with feedback
1 parent 686d7c6 commit b4abe12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/multimodal-search-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure AI Search
44
description: Learn what multimodal search is, how Azure AI Search supports it for text + image content, and where to find detailed concepts, tutorials, and samples.
55
ms.service: azure-ai-search
66
ms.topic: conceptual
7-
ms.date: 05/11/2025
7+
ms.date: 05/12/2025
88
author: gmndrg
99
ms.author: gimondra
1010
---
@@ -57,7 +57,7 @@ With this method, the Gen AI prompt skill invokes an LLM during ingestion to cre
5757

5858
The added semantic depth entails an LLM call for every image and a marginal increase in indexing time.
5959

60-
### Direct vision–text embeddings
60+
### Direct multimodal embeddings
6161
A second option is to pass the document extracted images and text to a multimodal embedding model that produces vector representations in the same vector space. Configuration is straightforward and no LLM is required at indexing time. Direct embeddings are well suited to visual similarity and “find-me-something-that-looks-like-this” scenarios.
6262

6363
Because the representation is purely mathematical, it doesn't convey why two images are related, and it offers the LLM no ready context for citations or detailed explanations.

0 commit comments

Comments
 (0)