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/search/search-get-started-portal-image-search.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ author: haileytap
6
6
ms.author: haileytapia
7
7
ms.service: azure-ai-search
8
8
ms.topic: quickstart
9
-
ms.date: 05/09/2025
9
+
ms.date: 05/12/2025
10
10
ms.custom:
11
11
- references_regions
12
12
---
13
13
14
14
# Quickstart: Search for multimodal content in the Azure portal
15
15
16
-
In this quickstart, you use the **Import and vectorize data wizard** in the Azure portal to get started with multimodal search. Multimodality refers to the ability to process and query over multiple types of data, such as text and images.
16
+
In this quickstart, you use the **Import and vectorize data wizard** in the Azure portal to get started with [multimodal search](multimodal-search-overview.md). Multimodality refers to the ability to process and query over multiple types of data, such as text and images.
17
17
18
18
The sample data consists of a multimodal PDF in the [azure-search-sample-data](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/sustainable-ai-pdf) repo, but you can use different files and still follow this quickstart.
19
19
@@ -71,14 +71,16 @@ To start the wizard for multimodal search:
71
71
72
72
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to your Azure AI Search service.
73
73
74
-
1. On the **Overview** page, select **Import and vectorize data wizard**.
74
+
1. On the **Overview** page, select **Import and vectorize data**.
75
75
76
-
:::image type="content" source="media/search-get-started-portal-import-vectors/command-bar-quickstart-wizard.png" alt-text="Screenshot of the command to open the wizard for importing and vectorizing data.":::
76
+
:::image type="content" source="media/search-get-started-portal-import-vectors/command-bar.png" alt-text="Screenshot of the command to open the wizard for importing and vectorizing data.":::
77
77
78
78
1. Select your data source: **Azure Blob Storage** or **Azure Data Lake Storage Gen2**.
79
79
80
80
1. Select the **Multimodal RAG** tile.
81
81
82
+
:::image type="content" source="media/search-get-started-portal-images/wizard-scenarios-multimodal-rag.png" alt-text="Screenshot of the Multimodal RAG tile in the wizard." border="true" lightbox="media/search-get-started-portal-images/wizard-scenarios-multimodal-rag.png":::
83
+
82
84
## Connect to your data
83
85
84
86
Azure AI Search requires a connection to the data source that contains the sample data. In this case, the data source is an Azure Storage account.
@@ -248,4 +250,4 @@ This quickstart uses billable Azure resources. If you no longer need the resourc
248
250
249
251
## Next step
250
252
251
-
This quickstart introduced you to the **Import and vectorize data wizard** that creates all of the necessary objects for multimodal search. If you want to explore each step in detail, try an [integrated vectorization sample](https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb).
253
+
This quickstart introduced you to the **Import and vectorize data wizard**, which creates all of the necessary objects for multimodal search. To explore each step in detail, see [Tutorial: Index mixed content using multimodal embeddings and the Document Extraction skill](tutorial-multimodal-indexing-with-embedding-and-doc-extraction.md).
Copy file name to clipboardExpand all lines: articles/search/search-get-started-portal-import-vectors.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
@@ -9,7 +9,7 @@ ms.custom:
9
9
- build-2024
10
10
- ignite-2024
11
11
ms.topic: quickstart
12
-
ms.date: 05/08/2025
12
+
ms.date: 05/12/2025
13
13
---
14
14
15
15
# Quickstart: Vectorize text in the Azure portal
@@ -259,9 +259,9 @@ For the model catalog, you should have an [Azure AI Foundry project](/azure/ai-f
259
259
260
260
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to your Azure AI Search service.
261
261
262
-
1. On the **Overview** page, select **Import and vectorize data wizard**.
262
+
1. On the **Overview** page, select **Import and vectorize data**.
263
263
264
-
:::image type="content" source="media/search-get-started-portal-import-vectors/command-bar-quickstart-wizard.png" alt-text="Screenshot of the command to open the wizard for importing and vectorizing data.":::
264
+
:::image type="content" source="media/search-get-started-portal-import-vectors/command-bar.png" alt-text="Screenshot of the command to open the wizard for importing and vectorizing data.":::
265
265
266
266
1. Select your data source:
267
267
@@ -273,6 +273,8 @@ For the model catalog, you should have an [Azure AI Foundry project](/azure/ai-f
273
273
274
274
1. Select the **RAG** tile.
275
275
276
+
:::image type="content" source="media/search-get-started-portal-import-vectors/wizard-scenarios-rag.png" alt-text="Screenshot of the RAG tile in the wizard." border="true" lightbox="media/search-get-started-portal-import-vectors/wizard-scenarios-rag.png":::
277
+
276
278
## Connect to your data
277
279
278
280
The next step is to connect to a data source to use for the search index.
Copy file name to clipboardExpand all lines: articles/search/search-import-data-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-search
9
9
ms.custom:
10
10
- ignite-2024
11
11
ms.topic: concept-article
12
-
ms.date: 05/08/2025
12
+
ms.date: 05/12/2025
13
13
customer intent: As a developer, I want to use wizards for index creation so that I can query the content quickly.
14
14
---
15
15
@@ -23,12 +23,12 @@ Azure AI Search has two wizards that automate indexing and object creation so th
23
23
24
24
If you're using the wizard for proof-of-concept testing, this article explains the internal workings of the wizards so that you can use them more effectively.
25
25
26
-
This article isn't a step by step. For help with using the wizard with sample data see:
26
+
This isn't a step-by-step article. To use the wizard with sample data, see:
27
27
28
28
+[Quickstart: Create a search index](search-get-started-portal.md)
29
29
+[Quickstart: Create a text translation and entity skillset](search-get-started-skillset.md)
30
30
+[Quickstart: Create a vector index](search-get-started-portal-import-vectors.md)
0 commit comments