Skip to content

Commit 4131e50

Browse files
committed
Updated portal quickstarts
1 parent e0aafd7 commit 4131e50

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ On your Azure OpenAI resource:
129129
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).
130130

131131
> [!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.
133133
134134
On your Azure AI Foundry project:
135135

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

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -215,37 +215,37 @@ The wizard supports text-embedding-ada-002, text-embedding-3-large, and text-emb
215215

216216
### [Azure AI Vision](#tab/model-ai-vision)
217217

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

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

222-
1. To assign roles:
222+
To assign roles:
223223

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

226-
1. From the left pane, select **Access control (IAM)**.
226+
1. From the left pane, select **Access control (IAM)**.
227227

228-
1. Select **Add** > **Add role assignment**.
228+
1. Select **Add** > **Add role assignment**.
229229

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**.
231231

232-
1. Under **Members**, select **Managed identity**, and then select **Select members**.
232+
1. Under **Members**, select **Managed identity**, and then select **Select members**.
233233

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

236236
### [Azure AI Foundry model catalog](#tab/model-catalog)
237237

238238
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.
239239

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

242-
1. To deploy an embedding model:
242+
To deploy an embedding model:
243243

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

246-
1. From the left pane, select **Model catalog**.
246+
1. From the left pane, select **Model catalog**.
247247

248-
1. Deploy a [supported embedding model](#supported-embedding-models).
248+
1. Deploy a [supported embedding model](#supported-embedding-models).
249249

250250
---
251251

@@ -387,6 +387,8 @@ During this step, the wizard uses your chosen [embedding model](#supported-embed
387387

388388
1. Select **Next**.
389389

390+
---
391+
390392
## Vectorize and enrich your images
391393

392394
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
571573
}
572574
```
573575

574-
## Clean up
576+
## Clean up resource
575577

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

578580
## Next step
579581

0 commit comments

Comments
 (0)