Skip to content

Commit f4272f4

Browse files
Merge pull request #7261 from aahill/oct-updates
embedding model for OYD
2 parents ebc230d + 42c6c09 commit f4272f4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/ai-foundry/openai/concepts/use-your-data.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
77
ms.topic: quickstart
88
author: aahill
99
ms.author: aahi
10-
ms.date: 07/16/2025
10+
ms.date: 09/24/2025
1111
recommendations: false
1212
ms.custom: references_regions, ignite-2024
1313
---
@@ -105,7 +105,7 @@ Azure OpenAI On Your Data provides the following search types you can use when y
105105
* [Keyword search](/azure/search/search-lucene-query-architecture)
106106

107107
* [Semantic search](/azure/search/semantic-search-overview)
108-
* [Vector search](/azure/search/vector-search-overview) using Ada [embedding](./understand-embeddings.md) models, available in [selected regions](models.md#embeddings-models)
108+
* [Vector search](/azure/search/vector-search-overview) using the `text-embedding-ada-002` [embedding](./understand-embeddings.md) model, available in [selected regions](models.md#embeddings-models)
109109

110110
To enable vector search, you need an existing embedding model deployed in your Azure OpenAI resource. Select your embedding deployment when connecting your data, then select one of the vector search types under **Data management**. If you're using Azure AI Search as a data source, make sure you have a vector column in the index.
111111

@@ -713,11 +713,12 @@ Each user message can translate to multiple search queries, all of which get sen
713713
## Regional availability and model support
714714

715715
> [!NOTE]
716-
> The following models are not supported by Azure OpenAI On Your Data:
717-
> * o1 models
718-
> * o3 models
719-
> * model-router
720-
> * GPT 4.1 models
716+
> * The following models are not supported by Azure OpenAI On Your Data:
717+
> * o1 models
718+
> * o3 models
719+
> * model-router
720+
> * GPT 4.1 models
721+
> * Azure OpenAI On Your Data only supports the `text-embedding-ada-002` embedding model for vector search. See the [Azure OpenAI documentation](../../foundry-models/concepts/models-sold-directly-by-azure.md?pivots=azure-openai&tabs=global-standard-aoai.md#model-summary-table-and-region-availability) for a list of suported regions.
721722
722723
| Region | `gpt-35-turbo-16k (0613)` | `gpt-35-turbo (1106)` | `gpt-4-32k (0613)` | `gpt-4 (1106-preview)` | `gpt-4 (0125-preview)` | `gpt-4 (0613)` | `gpt-4o`\*\* | `gpt-4 (turbo-2024-04-09)` |
723724
|------|---|---|---|---|---|----|----|----|

0 commit comments

Comments
 (0)