Skip to content

Commit 1525f3d

Browse files
committed
Reverted and added screenshots of portal wizards
1 parent 42cd848 commit 1525f3d

File tree

10 files changed

+18
-13
lines changed

10 files changed

+18
-13
lines changed
-12.6 KB
Loading
39.3 KB
Loading
39.3 KB
Loading
70.8 KB
Loading
70.8 KB
Loading

articles/search/search-get-started-portal-image-search.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: haileytap
66
ms.author: haileytapia
77
ms.service: azure-ai-search
88
ms.topic: quickstart
9-
ms.date: 05/09/2025
9+
ms.date: 05/12/2025
1010
ms.custom:
1111
- references_regions
1212
---
1313

1414
# Quickstart: Search for multimodal content in the Azure portal
1515

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.
1717

1818
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.
1919

@@ -71,14 +71,16 @@ To start the wizard for multimodal search:
7171

7272
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to your Azure AI Search service.
7373

74-
1. On the **Overview** page, select **Import and vectorize data wizard**.
74+
1. On the **Overview** page, select **Import and vectorize data**.
7575

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.":::
7777

7878
1. Select your data source: **Azure Blob Storage** or **Azure Data Lake Storage Gen2**.
7979

8080
1. Select the **Multimodal RAG** tile.
8181

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+
8284
## Connect to your data
8385

8486
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
248250

249251
## Next step
250252

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-extractio.md).

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: quickstart
12-
ms.date: 05/08/2025
12+
ms.date: 05/12/2025
1313
---
1414

1515
# 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
259259

260260
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to your Azure AI Search service.
261261

262-
1. On the **Overview** page, select **Import and vectorize data wizard**.
262+
1. On the **Overview** page, select **Import and vectorize data**.
263263

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.":::
265265

266266
1. Select your data source:
267267

@@ -273,6 +273,8 @@ For the model catalog, you should have an [Azure AI Foundry project](/azure/ai-f
273273

274274
1. Select the **RAG** tile.
275275

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+
276278
## Connect to your data
277279

278280
The next step is to connect to a data source to use for the search index.

articles/search/search-import-data-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2024
1111
ms.topic: concept-article
12-
ms.date: 05/08/2025
12+
ms.date: 05/12/2025
1313
customer intent: As a developer, I want to use wizards for index creation so that I can query the content quickly.
1414
---
1515

@@ -23,12 +23,12 @@ Azure AI Search has two wizards that automate indexing and object creation so th
2323

2424
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.
2525

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:
2727

2828
+ [Quickstart: Create a search index](search-get-started-portal.md)
2929
+ [Quickstart: Create a text translation and entity skillset](search-get-started-skillset.md)
3030
+ [Quickstart: Create a vector index](search-get-started-portal-import-vectors.md)
31-
+ [Quickstart: image search (vectors)](search-get-started-portal-image-search.md)
31+
+ [Quickstart: Image search (vectors)](search-get-started-portal-image-search.md)
3232

3333
## Supported data sources and scenarios
3434

@@ -268,4 +268,4 @@ The best way to understand the benefits and limitations of the wizard is to step
268268
+ [Quickstart: Create a search index](search-get-started-portal.md)
269269
+ [Quickstart: Create a text translation and entity skillset](search-get-started-skillset.md)
270270
+ [Quickstart: Create a vector index](search-get-started-portal-import-vectors.md)
271-
+ [Quickstart: image search (vectors)](search-get-started-portal-image-search.md)
271+
+ [Quickstart: Image search (vectors)](search-get-started-portal-image-search.md)

articles/search/vector-search-integrated-vectorization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ Here are some of the key benefits of the integrated vectorization:
145145

146146
+ Projecting chunked content to secondary indexes. Secondary indexes are created as you would any search index (a schema with fields and other constructs), but they're populated in tandem with a primary index by an indexer. Content from each source document flows to fields in primary and secondary indexes during the same indexing run.
147147

148-
Secondary indexes are intended for question and answer or chat style apps. The secondary index contains granular information for more specific matches, but the parent index has more information and can often produce a more complete answer. When a match is found in the secondary index, the query returns the parent document from the primary index. For example, assuming a large PDF as a source document, the primary index might have basic information (title, date, author, description), while a secondary index has chunks of searchable content.
148+
Secondary indexes are intended for question and answer or chat style apps. The secondary index contains granular information for more specific matches, but the parent index has more information and can often produce a more complete answer. When a match is found in the secondary index, the query returns the parent document from the primary index. For example, assuming a large PDF as a source document, the primary index might have basic information (title, date, author, description), while a secondary index has chunks of searchable content.
149149

150150
## Next steps
151151

152+
+ [Set up integrated vectorization](search-how-to-integrated-vectorization.md)
152153
+ [Configure a vectorizer in a search index](vector-search-how-to-configure-vectorizer.md)
153154
+ [Configure index projections in a skillset](index-projections-concept-intro.md)

0 commit comments

Comments
 (0)