Skip to content

Commit dbe19f6

Browse files
committed
crosslink
1 parent 460986c commit dbe19f6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Sample data consists of image files in the [azure-search-sample-data](https://gi
2828

2929
The service tier determines how many blobs you can index. We used the Free tier to create this walkthrough and limited the content to 10 JPG files.
3030

31+
+ Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
32+
3133
+ Azure Storage to store image files as blobs. Use Azure Blob Storage or Azure Data Lake Storage Gen2 (a storage account with a hierarchical namespace), a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold.
3234

3335
All of the preceding resources must have public access enabled so that the portal nodes can access them. Otherwise, the wizard fails. After the wizard runs, you can enable firewalls and private endpoints on the integration components for security. For more information, see [Secure connections in the import wizards](search-import-data-portal.md#secure-connections).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This quickstart helps you get started with [integrated vectorization](vector-sea
2525

2626
+ [A supported embedding model](#supported-embedding-models).
2727

28+
+ Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
29+
2830
### Supported data sources
2931

3032
The **Import and vectorize data** wizard [supports a wide range of Azure data sources](search-import-data-portal.md#supported-data-sources-and-scenarios), but this quickstart provides steps for just those data sources that work with whole files:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ The wizard creates multiple objects on your search service - [searchable index](
2626

2727
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
2828

29-
- An Azure AI Search service for any tier and any region. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
29+
- An Azure AI Search service for any tier and any region. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
30+
31+
- Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
3032

3133
For this quickstart, which uses built-in sample data, make sure the search service doesn't have [network access controls](service-configure-firewall.md) in place. The portal controller uses the public endpoint to retrieve data and metadata from the built-in sample data source hosted by Microsoft. For more information, see [Secure connections in the import wizards](search-import-data-portal.md#secure-connections).
3234

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ This section lists the skills that might appear in a skillset generated by a wiz
6363

6464
Here are some points to keep in mind about the skills in the following list:
6565

66-
+ OCR and image analysis options are available for blobs and whole-file indexing in OneLake, assuming the default parsing mode.
66+
+ OCR and image analysis options are available for blobs in Azure Storage and files in OneLake, assuming the default parsing mode. Images are either an image content type (such as PNG or JPG) or an embedded image in an application file (such as PDF).
6767
+ Shaper is added if you configure a knowledge store.
68-
+ Text Split and Text Merge are added for data chunking if you choose an embedding model, and for other non-embedding skills if the source field granularity is set to pages or sentences.
68+
+ Text Split and Text Merge are added for data chunking if you choose an embedding model. They are added for other non-embedding skills if the source field granularity is set to pages or sentences.
6969

7070
| Skills | Import data wizard | Import and vectorize data wizard |
7171
|------|--------------------|----------------------------------|

0 commit comments

Comments
 (0)