Skip to content

Commit b517755

Browse files
authored
Update multimodal-search-overview.md
fixing typo
1 parent fdafe27 commit b517755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/multimodal-search-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 (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.
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)