Skip to content

Commit 94ec04f

Browse files
authored
Update vector-search-vectorizer-azure-open-ai.md
Updating with a limitation with AI Services and custom subdomain
1 parent 9f4cb1e commit 94ec04f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ ms.service: azure-ai-search
88
ms.custom:
99
- build-2024
1010
ms.topic: reference
11-
ms.date: 08/05/2024
11+
ms.date: 10/16/2024
1212
---
1313

1414
# Azure OpenAI vectorizer
1515

1616
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.
1717

18+
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.
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+
1822
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.
1923

2024
+ 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.

0 commit comments

Comments
 (0)