Skip to content

Commit 24fb555

Browse files
committed
Updated RAG quickstarts
1 parent d6cfc95 commit 24fb555

File tree

6 files changed

+42
-39
lines changed

6 files changed

+42
-39
lines changed
49.2 KB
Loading
55.2 KB
Loading
110 KB
Loading
33.6 KB
Loading

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

Lines changed: 38 additions & 35 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: quickstart
12-
ms.date: 06/02/2025
12+
ms.date: 06/03/2025
1313
---
1414

1515
# Quickstart: Vectorize text in the Azure portal
1616

17-
In this quickstart, you use the **Import and vectorize data** wizard in the Azure portal to get started with [integrated vectorization](vector-search-integrated-vectorization.md). The wizard chunks your content and calls an embedding model to vectorize content during indexing and for queries.
17+
In this quickstart, you use the **Import and vectorize data** wizard in the Azure portal to get started with [integrated vectorization](vector-search-integrated-vectorization.md). The wizard chunks your content and calls an embedding model to vectorize the chunks at indexing and query time.
1818

19-
The sample data for this quickstart consists of text-based PDFs, but you can also use images and follow this quickstart to vectorize them.
19+
This quickstart uses text-based PDFs from the [azure-search-sample-data](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/sustainable-ai-pdf) repo. However, you can use images and still complete this quickstart.
2020

2121
## Prerequisites
2222

@@ -54,7 +54,7 @@ For integrated vectorization, you must use one of the following embedding models
5454

5555
<sup>2</sup> Azure OpenAI resources (with access to embedding models) that were created in the [Azure AI Foundry portal](https://ai.azure.com/) aren't supported. Only Azure OpenAI resources created in the Azure portal are compatible with the [Azure OpenAI Embedding skill](cognitive-search-skill-azure-openai-embedding.md).
5656

57-
<sup>3</sup> For billing purposes, you must [attach your Azure AI multi-service resource](cognitive-search-attach-cognitive-services.md) to the skillset in your Azure AI Search service. Unless you use a [keyless connection (preview)](cognitive-search-attach-cognitive-services.md#bill-through-a-keyless-connection) to create the skillset, both resources must be in the same region.
57+
<sup>3</sup> For billing purposes, you must [attach your multi-service resource](cognitive-search-attach-cognitive-services.md) to the skillset in your Azure AI Search service. Unless you use a [keyless connection](cognitive-search-attach-cognitive-services.md#bill-through-a-keyless-connection) to create the skillset, both resources must be in the same region.
5858

5959
<sup>4</sup> The Azure AI Vision multimodal embedding model is available in [select regions](/azure/ai-services/computer-vision/overview-image-analysis#region-availability).
6060

0 commit comments

Comments
 (0)