Skip to content

Commit 454d38f

Browse files
committed
clarify requirement for embedding skill integration
1 parent 50ed452 commit 454d38f

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

articles/search/cognitive-search-skill-azure-openai-embedding.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ ms.date: 10/16/2024
1616

1717
The **Azure OpenAI Embedding** skill connects to a deployed embedding model on your [Azure OpenAI](/azure/ai-services/openai/overview) resource to generate embeddings during indexing. Your data is processed in the [Geo](https://azure.microsoft.com/explore/global-infrastructure/data-residency/) where your model is deployed.
1818

19+
## Prerequisites
20+
1921
Your Azure OpenAI Service must have an associated [custom subdomain](/azure/ai-services/cognitive-services-custom-subdomains). If the service was created through the Azure portal, this subdomain is automatically generated as part of your service setup. Ensure that your service includes a custom subdomain before using it with the Azure AI Search integration.
2022

21-
Note that Azure OpenAI models created with an AI Studio service account are not supported. Only models from the Azure OpenAI Service are compatible with this integration.
23+
Azure OpenAI Service resources (with access to embedding models) that were created in AI Studio aren't supported. Only the Azure OpenAI Service resources created in the Azure portal are compatible with the **Azure OpenAI Embedding** skill integration.
2224

2325
The [Import and vectorize data wizard](search-get-started-portal-import-vectors.md) in the Azure portal uses the **Azure OpenAI Embedding** skill to vectorize content. You can run the wizard and review the generated skillset to see how the wizard builds the skill for embedding models.
2426

2527
> [!NOTE]
2628
> This skill is bound to Azure OpenAI and is charged at the existing [Azure OpenAI pay-as-you go price](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing).
27-
>
2829
2930
## @odata.type
3031

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Quickstart: Vectorize text and images by using the Azure portal"
33
titleSuffix: Azure AI Search
44
description: Use a wizard to automate data chunking and vectorization in a search index.
5-
65
author: HeidiSteen
76
ms.author: heidist
87
ms.service: azure-ai-search
@@ -49,7 +48,7 @@ Key points about the wizard:
4948

5049
If using the Azure OpenAI Service, it must have an associated [custom subdomain](/azure/ai-services/cognitive-services-custom-subdomains). If the service was created through the Azure portal, this subdomain is automatically generated as part of your service setup. Ensure that your service includes a custom subdomain before using it with the Azure AI Search integration.
5150

52-
Note that Azure OpenAI models created with an AI Studio service account are not supported. Only models from the Azure OpenAI Service are compatible with the Azure OpenAI integration.
51+
Azure OpenAI Service resources (with access to embedding models) that were created in AI Studio aren't supported. Only the Azure OpenAI Service resources created in the Azure portal are compatible with the **Azure OpenAI Embedding** skill integration.
5352

5453
### Public endpoint requirements
5554

articles/search/vector-search-vectorizer-azure-open-ai.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Azure OpenAI vectorizer
33
titleSuffix: Azure AI Search
44
description: Connects to a deployed model on your Azure OpenAI resource at query time.
5-
author: careyjmac
6-
ms.author: chalton
5+
author: HeidiSteen
6+
ms.author: heidist
7+
ms.reviewer: chalton
78
ms.service: azure-ai-search
89
ms.custom:
910
- build-2024
@@ -15,10 +16,6 @@ ms.date: 10/16/2024
1516

1617
The **Azure OpenAI** vectorizer connects to a deployed embedding model on your [Azure OpenAI](/azure/ai-services/openai/overview) resource to generate embeddings at query time. Your data is processed in the [Geo](https://azure.microsoft.com/explore/global-infrastructure/data-residency/) where your model is deployed.
1718

18-
Your Azure OpenAI Service must have an associated [custom subdomain](/azure/ai-services/cognitive-services-custom-subdomains). If the service was created through the Azure portal, this subdomain is automatically generated as part of your service setup. Ensure that your service includes a custom subdomain before using it with the Azure AI Search integration.
19-
20-
Note that Azure OpenAI models created with an AI Studio service account are not supported. Only models from the Azure OpenAI Service are compatible with this integration.
21-
2219
Vectorizers are used at query time, but specified in index definitions, and referenced on vector fields through a vector profile. The Azure OpenAI vectorizer is called `AzureOpenAIVectorizer` in the API.
2320

2421
+ Use the [**2024-07-01**](/rest/api/searchservice/indexes/create) REST API or an Azure SDK package that's been updated to provide the feature.
@@ -27,7 +24,12 @@ Vectorizers are used at query time, but specified in index definitions, and refe
2724

2825
> [!NOTE]
2926
> This vectorizer is bound to Azure OpenAI and is charged at the existing [Azure OpenAI pay-as-you go price](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing).
30-
>
27+
28+
## Prerequisites
29+
30+
Your Azure OpenAI Service must have an associated [custom subdomain](/azure/ai-services/cognitive-services-custom-subdomains). If the service was created through the Azure portal, this subdomain is automatically generated as part of your service setup. Ensure that your service includes a custom subdomain before using it with the Azure AI Search integration.
31+
32+
Azure OpenAI Service resources (with access to embedding models) that were created in AI Studio aren't supported. Only the Azure OpenAI Service resources created in the Azure portal are compatible with the **Azure OpenAI Embedding** skill integration.
3133

3234
## Vectorizer parameters
3335

0 commit comments

Comments
 (0)