Skip to content

Commit 9f4cb1e

Browse files
authored
Update cognitive-search-skill-azure-openai-embedding.md
Updated with a limitation introduced with the AI Studio services and the custom subdomain of AI Services.
1 parent 821b420 commit 9f4cb1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ ms.custom:
99
- ignite-2023
1010
- build-2024
1111
ms.topic: reference
12-
ms.date: 08/05/2024
12+
ms.date: 10/16/2024
1313
---
1414

1515
# Azure OpenAI Embedding skill
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+
Your Azure OpenAI Service must have an associated [custom subdomain](/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.
20+
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.
22+
1923
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.
2024

2125
> [!NOTE]

0 commit comments

Comments
 (0)