diff --git a/articles/ai-services/openai/references/azure-search.md b/articles/ai-services/openai/references/azure-search.md index 314892be4f..38a5cd5754 100644 --- a/articles/ai-services/openai/references/azure-search.md +++ b/articles/ai-services/openai/references/azure-search.md @@ -95,7 +95,7 @@ The details of the vectorization source, used by Azure OpenAI On Your Data when | `endpoint`|string|True|Specifies the resource endpoint URL from which embeddings should be retrieved. It should be in the format of `https://{YOUR_RESOURCE_NAME}.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings`. The api-version query parameter isn't allowed.| | `authentication`| [ApiKeyAuthenticationOptions](#api-key-authentication-options)|True | Specifies the authentication options to use when retrieving embeddings from the specified endpoint.| | `type`|string|True| Must be `endpoint`.| -| `dimensions`|integer|False| The number of dimensions the embeddings should have. Only supported in `text-embedding-3` and later models. | +| `dimensions`|integer|False| The number of dimensions the embeddings should have. Only supported in `text-embedding-3` and later models. This is supported in the api version 2024-10-21. | ## Fields mapping options