From 12abd3783ce371bfe78c433db1a769a6bb4125e1 Mon Sep 17 00:00:00 2001 From: "tcsatheesh[MSFT]" Date: Fri, 15 Nov 2024 21:30:49 +0000 Subject: [PATCH] Update azure-search.md --- articles/ai-services/openai/references/azure-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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