Skip to content

Commit c233888

Browse files
Merge pull request #271424 from wmwxwa/patch-15
Update AOAI on your data - concepts
2 parents aa1f658 + 2f57fe3 commit c233888

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
88
ms.topic: quickstart
99
author: aahill
1010
ms.author: aahi
11-
ms.date: 02/26/2024
11+
ms.date: 04/08/2024
1212
recommendations: false
1313
ms.custom: references_regions
1414
---
@@ -58,13 +58,21 @@ There's an [upload limit](../quotas-limits.md), and there are some caveats about
5858

5959
## Supported data sources
6060

61-
You need to connect to a data source to upload your data. When you want to use your data to chat with an Azure OpenAI model, your data is chunked in a search index so that relevant data can be found based on user queries. For some data sources such as uploading files from your local machine (preview) or data contained in a blob storage account (preview), Azure AI Search is used.
61+
You need to connect to a data source to upload your data. When you want to use your data to chat with an Azure OpenAI model, your data is chunked in a search index so that relevant data can be found based on user queries.
62+
63+
The [Integrated Vector Database in Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb/vcore/vector-search) natively supports integration with Azure OpenAI On Your Data.
64+
65+
For some data sources such as uploading files from your local machine (preview) or data contained in a blob storage account (preview), Azure AI Search is used.
66+
67+
>[!TIP]
68+
>If you use [Azure Cosmos DB](/azure/cosmos-db/introduction) (except for its vCore-based API for MongoDB), you may take advantage of the Azure AI Advantage offer, which provides the equivalent of up to $6,000 in Azure Cosmos DB throughput credits.
6269
6370
When you choose the following data sources, your data is ingested into an Azure AI Search index.
6471

6572
|Data source | Description |
6673
|---------|---------|
6774
| [Azure AI Search](/azure/search/search-what-is-azure-search) | Use an existing Azure AI Search index with Azure OpenAI On Your Data. |
75+
| [Azure Cosmos DB](/azure/cosmos-db/introduction) | Azure Cosmos DB's API for Postgres and vCore-based API for MongoDB have natively integrated vector indexing and do not require Azure AI Search; however, its other APIs do require Azure AI Search for vector indexing. Azure Cosmos DB will offer a natively integrated vector database by mid-2024. |
6876
|Upload files (preview) | Upload files from your local machine to be stored in an Azure Blob Storage database, and ingested into Azure AI Search. |
6977
|URL/Web address (preview) | Web content from the URLs is stored in Azure Blob Storage. |
7078
|Azure Blob Storage (preview) | Upload files from Azure Blob Storage to be ingested into an Azure AI Search index. |
@@ -141,7 +149,7 @@ If you want to implement additional value-based criteria for query execution, yo
141149

142150
### Limitations
143151
* Only Azure Cosmos DB for MongoDB vCore is supported.
144-
* The search type is limited to [Azure Cosmos DB for MongoDB vCore vector search](/azure/cosmos-db/mongodb/vcore/vector-search) with an Azure OpenAI embedding model.
152+
* The search type is limited to [Integrated Vector Database in Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/vector-search) with an Azure OpenAI embedding model.
145153
* This implementation works best on unstructured and spatial data.
146154

147155
### Data preparation

0 commit comments

Comments
 (0)