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-import-vectors.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The **Import and vectorize data** wizard supports the following data sources:
42
42
+[Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart), [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/instance-create-quickstart), and Azure SQL Server virtual machines.
43
43
44
44
> [!NOTE]
45
-
> This quicktart provides steps for data sources that work with whole files: Azure Blob storage, ADLS Gen2, OneLake.
45
+
> This quicktart provides steps for just those data sources that work with whole files: Azure Blob storage, ADLS Gen2, OneLake. For more information about using this wizard with other data soruces, see [Azure Table indexer](search-howto-indexing-azure-tables.md), [Cosmos DB for NoSQL indexer](search-howto-index-cosmosdb.md), and [Azuer SQL indexer](search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md).
46
46
47
47
### Supported embedding models
48
48
@@ -335,7 +335,7 @@ Chunking is built-in and nonconfigurable. The effective settings are:
335
335
336
336
+ The identity should have a **Cognitive Services OpenAI User** role on the Azure AI multi-services account.
337
337
338
-
1. Select the checkbox that acknowledges the billing impact of using these resources.
338
+
1. Select the checkbox that acknowledges the billing effects of using these resources.
339
339
340
340
1. Select **Next**.
341
341
@@ -359,7 +359,7 @@ Azure AI Search and your Azure AI resource must be in the same region.
359
359
360
360
1. Optionally, you can crack binary images (for example, scanned document files) and [use OCR](cognitive-search-skill-ocr.md) to recognize text.
361
361
362
-
1. Select the checkbox that acknowledges the billing impact of using these resources.
362
+
1. Select the checkbox that acknowledges the billing effects of using these resources.
Copy file name to clipboardExpand all lines: articles/search/search-import-data-portal.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ ms.date: 11/19/2024
16
16
17
17
Azure AI Search has two import wizards that automate indexing and object creation so that you can begin querying immediately. If you're new to Azure AI Search, these wizards are one of the most powerful features at your disposal. With minimal effort, you can create an indexing or enrichment pipeline that exercises most of the functionality of Azure AI Search.
18
18
19
-
The**Import data wizard** supports nonvector workflows. You can extract alphanumeric text from raw documents. You can also configure applied AI and built-in skills that infer structure and generate text searchable content from image files and unstructured data.
19
+
+**Import data wizard** supports nonvector workflows. You can extract alphanumeric text from raw documents. You can also configure applied AI and built-in skills that infer structure and generate text searchable content from image files and unstructured data.
20
20
21
-
The**Import and vectorize data wizard**supports vectorization. You must specify an existing deployment of an embedding model, but the wizard makes the connection, formulates the request, and handles the response. It generates vector content from text or image content.
21
+
+**Import and vectorize data wizard**adds chunking and vectorization. You must specify an existing deployment of an embedding model, but the wizard makes the connection, formulates the request, and handles the response. It generates vector content from text or image content.
22
22
23
23
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.
24
24
@@ -33,7 +33,11 @@ This article isn't a step by step. For help with using the wizard with sample da
33
33
34
34
The import wizards create the objects described in the following table. After the objects are created, you can review their JSON definitions in the portal or call them from code.
35
35
36
-
To view these objects after the wizard runs, [sign in to the Azure portal](https://portal.azure.com), [find your search service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices), and select **Search management** on the menu to find pages for indexes, indexers, data sources, and skillsets.
36
+
To view these objects after the wizard runs:
37
+
38
+
1.[Sign in to the Azure portal](https://portal.azure.com) and [find your search service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices).
39
+
40
+
1. Select **Search management** on the menu to find pages for indexes, indexers, data sources, and skillsets.
37
41
38
42
| Object | Description |
39
43
|--------|-------------|
@@ -101,23 +105,25 @@ The wizard is organized into four main steps:
101
105
102
106
1. Create an index schema, inferred by sampling source data.
103
107
104
-
1. Optionally, add skills to extract or generate content and structure. Inputs for creating a knowledge store are collected in this step.
108
+
1. Optionally, it adds skills to extract or generate content and structure. Inputs for creating a knowledge store are collected in this step.
105
109
106
110
1. Run the wizard to create objects, optionally vectorize data, load data into an index, set a schedule and other configuration options.
107
111
108
112
The workflow is a pipeline, so it's one way. You can't use the wizard to edit any of the objects that were created, but you can use other portal tools, such as the index or indexer designer or the JSON editors, for allowed updates.
109
113
110
114
### Starting the wizards
111
115
116
+
Here's how you start the wizards.
117
+
112
118
1. In the [Azure portal](https://portal.azure.com), open the search service page from the dashboard or [find your service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in the service list.
113
119
114
120
1. In the service Overview page at the top, select **Import data** or **Import and vectorize data**.
115
121
116
-
:::image type="content" source="media/search-what-is-an-index/add-index.png" alt-text="Screenshot of the add index options." border="true":::
122
+
:::image type="content" source="media/search-import-data-portal/import-data-cmd.png" alt-text="Screenshot of the import wizard options." border="true":::
117
123
118
-
The wizards open fully expanded in the browser window so that you have more room to work.
124
+
The wizards open fully expanded in the browser window so that you have more room to work.
119
125
120
-
1. If you selected **Import data**, you can select the **Samples** option to use a prebuilt sample of data from a supported data source.
126
+
1. If you selected **Import data**, you can select the **Samples** option to index a Microsoft-hosted dataset from a supported data source.
121
127
122
128
:::image type="content" source="media/search-what-is-an-index/add-index-import-samples.png" alt-text="Screenshot of the import data page with the samples option selected." border="true":::
0 commit comments