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-image-search.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ On your Azure OpenAI resource:
129
129
The Azure AI Foundry model catalog provides LLMs for image verbalization and embedding models for text and image vectorization. Your search service requires access to call the [GenAI Prompt skill](cognitive-search-skill-genai-prompt.md) and [AML skill](cognitive-search-aml-skill.md).
130
130
131
131
> [!NOTE]
132
-
> If you're using a hub-based project for multimodal embeddings, skip this step. The wizard requires keys instead of managed identities for authentication in that scenario.
132
+
> If you're using a hub-based project for multimodal embeddings, skip this step. The wizard requires key-based authentication in this scenario.
Copy file name to clipboardExpand all lines: articles/search/search-get-started-portal-import-vectors.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,37 +215,37 @@ The wizard supports text-embedding-ada-002, text-embedding-3-large, and text-emb
215
215
216
216
### [Azure AI Vision](#tab/model-ai-vision)
217
217
218
-
The wizard supports Azure AI Vision text and image retrieval through multimodal embeddings (version 4.0). Internally, the wizard calls the [multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md) to connect to Azure AI Vision.
218
+
The wizard supports text and image retrieval through the Azure AI Vision multimodal APIs, which are built into your Azure AI multi-service resource. Internally, the wizard calls the [Azure AI Vision multimodal embeddings skill](cognitive-search-skill-vision-vectorize.md) to make the connection.
219
219
220
-
The multimodal embeddings are built into your Azure AI multi-service resource, so there's no model deployment step. You only need to assign roles to your search service identity.
220
+
Since no model deployment is required, you only need to assign roles to your search service identity.
221
221
222
-
1.To assign roles:
222
+
To assign roles:
223
223
224
-
1. Sign in to the [Azure portal](https://portal.azure.com/) and select your multi-service resource.
224
+
1. Sign in to the [Azure portal](https://portal.azure.com/) and select your multi-service resource.
225
225
226
-
1. From the left pane, select **Access control (IAM)**.
226
+
1. From the left pane, select **Access control (IAM)**.
227
227
228
-
1. Select **Add** > **Add role assignment**.
228
+
1. Select **Add** > **Add role assignment**.
229
229
230
-
1. Under **Job function roles**, select **Cognitive Services User**, and then select **Next**.
230
+
1. Under **Job function roles**, select **Cognitive Services User**, and then select **Next**.
231
231
232
-
1. Under **Members**, select **Managed identity**, and then select **Select members**.
232
+
1. Under **Members**, select **Managed identity**, and then select **Select members**.
233
233
234
-
1. Select your subscription and the managed identity of your search service.
234
+
1. Select your subscription and the managed identity of your search service.
235
235
236
236
### [Azure AI Foundry model catalog](#tab/model-catalog)
237
237
238
238
The wizard supports Azure, Cohere, and Facebook embedding models in the Azure AI Foundry model catalog, but it doesn't currently support the OpenAI CLIP models. Internally, the wizard calls the [AML skill](cognitive-search-aml-skill.md) to connect to the catalog.
239
239
240
-
To complete these steps, you must have a [hub-based project](/azure/ai-foundry/how-to/create-projects) in Azure AI Foundry. Currently, hub-based projects support keys instead of managed identities for authentication, so there's no role assignment step. You only need to deploy a model from the catalog.
240
+
To complete these steps, you must have a [hub-based project](/azure/ai-foundry/how-to/create-projects) in Azure AI Foundry. Currently, hub-based projects support API keys instead of managed identities for authentication, so there's no role assignment step. You only need to deploy a model from the catalog.
241
241
242
-
1.To deploy an embedding model:
242
+
To deploy an embedding model:
243
243
244
-
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and select your hub-based project.
244
+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and select your hub-based project.
245
245
246
-
1. From the left pane, select **Model catalog**.
246
+
1. From the left pane, select **Model catalog**.
247
247
248
-
1. Deploy a [supported embedding model](#supported-embedding-models).
248
+
1. Deploy a [supported embedding model](#supported-embedding-models).
249
249
250
250
---
251
251
@@ -387,6 +387,8 @@ During this step, the wizard uses your chosen [embedding model](#supported-embed
387
387
388
388
1. Select **Next**.
389
389
390
+
---
391
+
390
392
## Vectorize and enrich your images
391
393
392
394
The health-plan PDFs include a corporate logo, but otherwise, there are no images. You can skip this step if you're using the sample documents.
@@ -571,9 +573,9 @@ Search Explorer accepts text strings as input and then vectorizes the text for v
571
573
}
572
574
```
573
575
574
-
## Clean up
576
+
## Clean up resource
575
577
576
-
Azure AI Search is a billable resource. If you no longer need it, delete it from your subscription to avoid charges.
578
+
This quickstart uses billable Azure resources. If you no longer need the resources, delete them from your subscription to avoid charges.
0 commit comments