Skip to content

Commit ab68be2

Browse files
authored
Update AOAI on your data - concepts
1 parent aa1f658 commit ab68be2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 APIs other than the vCore-based API for MongoDB do not currently offer native vector indexing capability. |
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)