You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/use-your-data.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,10 +309,12 @@ Along with using Elasticsearch databases in Azure OpenAI Studio, you can also us
309
309
310
310
# [MongoDB Atlas (preview)](#tab/mongo-db-atlas)
311
311
312
+
You can connect your MongoDB Atlas vector index with Azure OpenAI On Your Data for inferencing. You can use it through the Azure AI Studio, API and SDK.
313
+
312
314
### Prerequisites
313
315
314
316
* A [MongoDB Atlas account](https://account.mongodb.com/account/register)
315
-
* An Azure OpenAI ada002 [embedding model](./models.md#embeddings)
317
+
* An [Azure OpenAI ada002 embedding model](./models.md#embeddings)
316
318
* To achieve good retrieval quality, make sure your vector index is created with Azure OpenAI ada002 embedding model.
317
319
318
320
We recommend using one of the following models for MongoDB Atlas
@@ -332,7 +334,7 @@ If you want to create a new vector search index with your documents, you can use
332
334
333
335
### Connection to MongoDB account
334
336
335
-
To add your data source, you first need to create a connection to MongoDB Atlas. This connection includes information such as authentication (username and password).
337
+
To add your data source, you first need to create a connection to MongoDB Atlas. This connection includes information such as authentication (username and password). Enter the endpoint of your MongoDB Atlas connection string using the following format: `mongodb+srv://{user_name}:{password}@{endpoint}/?appName={application_name}`. See the [MongoDB documentation](https://aka.ms/mongodb-connection-string) for more information about connection string methods.
336
338
337
339
:::image type="content" source="../media/use-your-data/mongo-db-atlas-connection.png" alt-text="A screenshot showing the connection screen for Mongo DB" lightbox="../media/use-your-data/mongo-db-atlas-connection.png":::
338
340
@@ -342,7 +344,7 @@ Once you have created a connection or chosen an existing connection, you can ent
342
344
343
345
:::image type="content" source="../media/use-your-data/mongo-db-atlas-source-index.png" alt-text="A screenshot showing the field mapping options for Mongo DB Atlas" lightbox="../media/use-your-data/mongo-db-atlas-source-index.png":::
344
346
345
-
To use MongoDB Atlas, you'll need an Azure OpenAI ada002 embedding model. This model will be created for you if you don't already have one, wich will incur [usage](https://go.microsoft.com/fwlink/?linkid=2264246) on your account.
347
+
To use MongoDB Atlas, you'll need an Azure OpenAI ada002 embedding model. This model will be created for you if you don't already have one, which will incur [usage](https://go.microsoft.com/fwlink/?linkid=2264246) on your account.
0 commit comments