Skip to content

Commit edbd80a

Browse files
authored
Merge pull request #269117 from aahill/preview-add
adding preview tags
2 parents 8c2a0b0 + 353aca7 commit edbd80a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

articles/ai-services/openai/references/azure-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to use Azure OpenAI on your Azure Machine Learning index
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/14/2024
8+
ms.date: 03/14/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---
1414

15-
# Data source - Azure Machine Learning index
15+
# Data source - Azure Machine Learning index (preview)
1616

1717
The configurable options of Azure Machine Learning index when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
1818

articles/ai-services/openai/references/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to use Azure OpenAI on your Elasticsearch data Python & R
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/14/2024
8+
ms.date: 03/14/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---
1414

15-
# Data source - Elasticsearch
15+
# Data source - Elasticsearch (preview)
1616

1717
The configurable options for Elasticsearch when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
1818

articles/ai-services/openai/references/on-your-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ POST {endpoint}/openai/deployments/{deployment-id}/chat/completions?api-version=
3232
* `2024-02-01` [Swagger spec](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2024-02-01).
3333

3434
> [!NOTE]
35-
> [Azure Machine learning indexes](./azure-machine-learning.md), [Pinecone](./pinecone.md), and [Elasticsearch](./elasticsearch.md) are only supported in the `2024-02-15-preview` API version.
35+
> [Azure Machine learning indexes](./azure-machine-learning.md), [Pinecone](./pinecone.md), and [Elasticsearch](./elasticsearch.md) are only supported in the `2024-02-15-preview` API version as a preview.
3636
3737
## URI parameters
3838

@@ -84,9 +84,9 @@ This list shows the supported data sources.
8484

8585
* [Azure AI Search](./azure-search.md)
8686
* [Azure Cosmos DB for MongoDB vCore](./cosmos-db.md)
87-
* [Azure Machine Learning index](./azure-machine-learning.md)
88-
* [Elasticsearch](./elasticsearch.md)
89-
* [Pinecone](./pinecone.md)
87+
* [Azure Machine Learning index (preview)](./azure-machine-learning.md)
88+
* [Elasticsearch (preview)](./elasticsearch.md)
89+
* [Pinecone (preview)](./pinecone.md)
9090

9191
## Examples
9292

articles/ai-services/openai/references/pinecone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: Learn how to use Azure OpenAI on your Pinecone data Python & REST A
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/14/2024
8+
ms.date: 03/14/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---
1414

15-
# Data source - Pinecone
15+
# Data source - Pinecone (preview)
1616

1717
The configurable options of Pinecone when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
1818

articles/ai-services/openai/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ items:
213213
href: ./references/azure-search.md
214214
- name: Data source - Azure Cosmos DB for MongoDB vCore
215215
href: ./references/cosmos-db.md
216-
- name: Data source - Azure Machine Learning index
216+
- name: Data source - Azure Machine Learning index (preview)
217217
href: ./references/azure-machine-learning.md
218-
- name: Data source - Elasticsearch
218+
- name: Data source - Elasticsearch (preview)
219219
href: ./references/elasticsearch.md
220-
- name: Data source - Pinecone
220+
- name: Data source - Pinecone (preview)
221221
href: ./references/pinecone.md
222222
- name: Ingestion API (preview)
223223
href: /rest/api/azureopenai/ingestion-jobs

0 commit comments

Comments
 (0)