Skip to content

Commit fdafe27

Browse files
authored
Update multimodal-search-overview.md
Clarifying exactly how a created index by the portal can be inserted in the new GitHub repo.
1 parent acb9621 commit fdafe27

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/19/2025
7+
ms.date: 05/27/2025
88
author: gmndrg
99
ms.author: gimondra
1010
---
@@ -21,7 +21,7 @@ Azure AI Search simplifies the construction of a multimodal pipeline through a g
2121

2222
+ [Azure portal multimodal functionality](search-get-started-portal-image-search.md): The step-by-step multimodal functionality in the **Import and vectorize data** wizard helps configure your data source, extraction and enrichment settings, and generate a multimodal index containing text, embedded image references, and vector embeddings.
2323

24-
+ [Reference GitHub multimodal RAG application sample](https://aka.ms/azs-multimodal-sample-app-repo): A companion GitHub repository with sample code. The sample demonstrates how a [Retrieval Augmented Generation (RAG)](retrieval-augmented-generation-overview.md) application consumes a multimodal index and renders both textual citations and associated image snippets in the response. The repository also showcases the full process of data ingestion and indexing through code, providing developers with a programmatic alternative to the Azure portal wizard.
24+
+ [Reference GitHub multimodal RAG application sample](https://aka.ms/azs-multimodal-sample-app-repo): A companion GitHub repository with sample code. The sample demonstrates how a [Retrieval Augmented Generation (RAG)](retrieval-augmented-generation-overview.md) application consumes a multimodal index (such as the one created by the [Azure portal multimodal functionality]((search-get-started-portal-image-search.md)) and renders both textual citations and associated image snippets in the response. The repository also showcases the full process of data ingestion and indexing through code, providing developers with a programmatic alternative to the Azure portal wizard.
2525

2626
## Functionality enabling multimodality
2727

0 commit comments

Comments
 (0)