Skip to content

Commit 809dabc

Browse files
committed
edit pass: search-wizard-quickstarts
1 parent ad3acd9 commit 809dabc

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ When the wizard completes the configuration, it creates the following objects:
145145

146146
+ A skillset with the following five skills:
147147

148-
+ [OCR skill](cognitive-search-skill-ocr.md) recognizes text in image files.
149-
+ [Text Merge skill](cognitive-search-skill-textmerger.md) unifies the various outputs of OCR processing.
150-
+ [Text Split skill](cognitive-search-skill-textsplit.md) adds data chunking. This skill is built into the wizard workflow.
151-
+ [Azure AI Vision multimodal](cognitive-search-skill-vision-vectorize.md) is used to vectorize text generated from OCR.
152-
+ [Azure AI Vision multimodal](cognitive-search-skill-vision-vectorize.md) is called again to vectorize images.
148+
+ The [OCR](cognitive-search-skill-ocr.md) skill recognizes text in image files.
149+
+ The [Text Merge](cognitive-search-skill-textmerger.md) skill unifies the various outputs of OCR processing.
150+
+ The [Text Split](cognitive-search-skill-textsplit.md) skill adds data chunking. This skill is built into the wizard workflow.
151+
+ The [Azure AI Vision multimodal embeddings](cognitive-search-skill-vision-vectorize.md) skill is used to vectorize text generated from OCR.
152+
+ The [Azure AI Vision multimodal embeddings](cognitive-search-skill-vision-vectorize.md) skill is called again to vectorize images.
153153

154154
## Check results
155155

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In the following sections, you can assign the search service's managed identity
8181

8282
## Check for semantic ranking
8383

84-
This wizard supports semantic ranking, but only on the 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 whether semantic ranking is enabled.
84+
The wizard supports semantic ranking, but only on the 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 whether semantic ranking is enabled.
8585

8686
## Prepare sample data
8787

@@ -106,8 +106,11 @@ This section points you to data that works for this quickstart.
106106
1. Assign permissions at the workspace level:
107107

108108
1. On the upper-right menu, select **Manage access**.
109+
109110
1. Select **Add people or groups**.
111+
110112
1. Enter the name of your search service. For example, if the URL is `https://my-demo-service.search.windows.net`, the search service name is `my-demo-service`.
113+
111114
1. Select a role. The default is **Viewer**, but you need **Contributor** to pull data into a search index.
112115

113116
1. Load the sample data:
@@ -169,7 +172,7 @@ Use these instructions to assign permissions or get an API key for search servic
169172

170173
1. Make sure your Azure AI Search service is in the same region.
171174

172-
1. After the service is deployed, go to the resource and select **Access control** to assign the **Cognitive Services OpenAI Contributor** role to your search service's managed identity. Optionally, you can use key-based authentication for the connection.
175+
1. After the service is deployed, go to the resource and select **Access control** to assign the **Cognitive Services OpenAI User** role to your search service's managed identity. Optionally, you can use key-based authentication for the connection.
173176

174177
After you finish these steps, you should be able to select the Azure AI Vision vectorizer in the **Import and vectorize data** wizard.
175178

@@ -249,7 +252,7 @@ Azure AI Search and your Azure AI resource must be in the same region.
249252

250253
1. Specify the subscription.
251254

252-
1. For the Azure AI Studio model catalog, specify the project and deployment. For more information, see [Setting up an embedding model](#set-up-embedding-models).
255+
1. For the Azure AI Studio model catalog, specify the project and deployment. For more information, see [Set up embedding models](#set-up-embedding-models) earlier in this article.
253256

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

0 commit comments

Comments
 (0)