Skip to content

Commit 2833170

Browse files
committed
fixed bugs
1 parent 5d35f4d commit 2833170

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For more configuration and data source options, try Python or the REST APIs. See
5757

5858
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.
5959

60-
## Check permissions
60+
## Check for service identity
6161

6262
We recommend role assignments for search service connections to other resources.
6363

@@ -71,8 +71,6 @@ In the following sections, you can assign the search service managed identity to
7171

7272
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.
7373

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-
7674
## Prepare sample data
7775

7876
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.
197195

198196
1. For Azure Storage, select the account and container that provides the data.
199197

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).
203199

204200
1. Select **Next**.
205201

@@ -211,11 +207,11 @@ In this step, specify the embedding model used to vectorize chunked data.
211207

212208
1. Specify the Azure subscription.
213209

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

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

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

220216
1. Select the checkbox acknowledging the billing impact of using these resources.
221217

@@ -234,7 +230,7 @@ Azure AI Search and your Azure AI resource must be in the same region.
234230

235231
1. Specify the subscription.
236232

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

239235
1. Optionally, you can crack binary images (for example, scanned document files) and [use OCR](cognitive-search-skill-ocr.md) to recognize text.
240236

0 commit comments

Comments
 (0)