Skip to content

Commit a66b78f

Browse files
Merge pull request #271811 from wmwxwa/patch-17
Mitigate trademark issues in use-your-data.md
2 parents a7578e2 + 78960d9 commit a66b78f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ There's an [upload limit](../quotas-limits.md), and there are some caveats about
6060

6161
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.
6262

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.
63+
The [Integrated Vector Database in vCore-based Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb/vcore/vector-search) natively supports integration with Azure OpenAI On Your Data.
6464

6565
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. When you choose the following data sources, your data is ingested into an Azure AI Search index.
6666

@@ -139,15 +139,15 @@ If you want to implement additional value-based criteria for query execution, yo
139139

140140
[!INCLUDE [ai-search-ingestion](../includes/ai-search-ingestion.md)]
141141

142-
# [Vector Database in Azure Cosmos DB for MongoDB vCore](#tab/mongo-db)
142+
# [Vector Database in Azure Cosmos DB for MongoDB](#tab/mongo-db)
143143

144144
### Prerequisites
145-
* [Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/introduction) account
145+
* [vCore-based Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb/vcore/introduction) account
146146
* A deployed [embedding model](../concepts/understand-embeddings.md)
147147

148148
### Limitations
149-
* Only Azure Cosmos DB for MongoDB vCore is supported.
150-
* 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.
149+
* Only vCore-based Azure Cosmos DB for MongoDB is supported.
150+
* The search type is limited to [Integrated Vector Database in Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb/vcore/vector-search) with an Azure OpenAI embedding model.
151151
* This implementation works best on unstructured and spatial data.
152152

153153
### Data preparation
@@ -156,9 +156,9 @@ Use the script provided on [GitHub](https://github.com/microsoft/sample-app-aoai
156156

157157
<!--### Add your data source in Azure OpenAI Studio
158158
159-
To add Azure Cosmos DB for MongoDB vCore as a data source, you will need an existing Azure Cosmos DB for MongoDB vCore index containing your data, and a deployed Azure OpenAI Ada embeddings model that will be used for vector search.
159+
To add vCore-based Azure Cosmos DB for MongoDB as a data source, you will need an existing Azure Cosmos DB for MongoDB index containing your data, and a deployed Azure OpenAI Ada embeddings model that will be used for vector search.
160160
161-
1. In the [Azure OpenAI portal](https://oai.azure.com/portal) chat playground, select **Add your data**. In the panel that appears, select **Azure Cosmos DB for MongoDB vCore** as the data source.
161+
1. In the [Azure OpenAI portal](https://oai.azure.com/portal) chat playground, select **Add your data**. In the panel that appears, select ** vCore-based Azure Cosmos DB for MongoDB** as the data source.
162162
1. Select your Azure subscription and database account, then connect to your Azure Cosmos DB account by providing your Azure Cosmos DB account username and password.
163163
164164
:::image type="content" source="../media/use-your-data/add-mongo-data-source.png" alt-text="A screenshot showing the screen for adding Mongo DB as a data source in Azure OpenAI Studio." lightbox="../media/use-your-data/add-mongo-data-source.png":::
@@ -170,7 +170,7 @@ To add Azure Cosmos DB for MongoDB vCore as a data source, you will need an exis
170170

171171
### Index field mapping
172172

173-
When you add your Azure Cosmos DB for MongoDB vCore data source, you can specify data fields to properly map your data for retrieval.
173+
When you add your vCore-based Azure Cosmos DB for MongoDB data source, you can specify data fields to properly map your data for retrieval.
174174

175175
* Content data (required): One or more provided fields that will be used to ground the model on your data. For multiple fields, separate the values with commas, with no spaces.
176176
* File name/title/URL: Used to display more information when a document is referenced in the chat.

0 commit comments

Comments
 (0)