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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ For more configuration and data source options, try Python or the REST APIs. See
57
57
58
58
If you're starting with the free service, you're limited to three indexes, three data sources, three skillsets, and three indexers. Make sure you have room for extra items before you begin. This quickstart creates one of each object.
59
59
60
-
## Check permissions
60
+
## Check for service identity
61
61
62
62
We recommend role assignments for search service connections to other resources.
63
63
@@ -71,8 +71,6 @@ In the following sections, you can assign the search service managed identity to
71
71
72
72
This wizard supports semantic ranking, but only on Basic tier and higher, and only if semantic ranking is already [enabled on your search service](semantic-how-to-enable-disable.md). If you're using a billable tier, check to see if semantic ranking is enabled.
73
73
74
-
:::image type="content" source="media/search-get-started-portal-import-vectors/semantic-ranker-enabled.png" alt-text="Screenshot of the semantic ranker configuration page.":::
75
-
76
74
## Prepare sample data
77
75
78
76
This section points you to data that works for this quickstart.
@@ -197,9 +195,7 @@ The next step is to connect to a data source to use for the search index.
197
195
198
196
1. For Azure Storage, select the account and container that provides the data.
199
197
200
-
1. Specify whether you want [deletion detection](search-howto-index-changed-deleted-blobs.md). Here's a screenshot of options for an Azure Storage data source:
201
-
202
-
:::image type="content" source="media/search-get-started-portal-import-vectors/data-source-page.png" alt-text="Screenshot of the data source page.":::
198
+
1. Specify whether you want [deletion detection](search-howto-index-changed-deleted-blobs.md).
203
199
204
200
1. Select **Next**.
205
201
@@ -211,11 +207,11 @@ In this step, specify the embedding model used to vectorize chunked data.
211
207
212
208
1. Specify the Azure subscription.
213
209
214
-
1. For Azure OpenAI, select the service, model deployment, and authentication type. See [Set up an embedding model (Azure OpenAI)](#azure-openai) for details.
210
+
1. For Azure OpenAI, select the service, model deployment, and authentication type. See [Set up embedding models](#set-up-embedding-models) for details.
215
211
216
-
1. For AI Studio catalog, select the project, model deployment, and authentication type. See [Set up an embedding model (Azure AI Studio model catalog)](#azure-ai-studio-model-catalog) for details.
212
+
1. For AI Studio catalog, select the project, model deployment, and authentication type. See [Set up embedding models](#set-up-embedding-models) for details.
217
213
218
-
1. For AI Vision vectorization, select the account. See [Set up an embedding model (Azure AI Vision)](#azure-ai-studio-model-catalog) for details.
214
+
1. For AI Vision vectorization, select the account. See [Set up embedding models](#set-up-embedding-models) for details.
219
215
220
216
1. Select the checkbox acknowledging the billing impact of using these resources.
221
217
@@ -234,7 +230,7 @@ Azure AI Search and your Azure AI resource must be in the same region.
234
230
235
231
1. Specify the subscription.
236
232
237
-
1. For Azure AI Studio model catalog, specify the project and deployment. See [Setting up an embedding model (Azure AI Studio model catalog)](#azure-ai-studio-model-catalog) for details.
233
+
1. For Azure AI Studio model catalog, specify the project and deployment. See [Setting up an embedding model (Azure AI Studio model catalog)](&tabs=sample-data-storage%2Cmodel-catalog) for details.
238
234
239
235
1. Optionally, you can crack binary images (for example, scanned document files) and [use OCR](cognitive-search-skill-ocr.md) to recognize text.
0 commit comments