Skip to content

Commit 7a9dd43

Browse files
committed
feedback
1 parent 7e41be4 commit 7a9dd43

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,12 @@ Along with using Elasticsearch databases in Azure OpenAI Studio, you can also us
309309

310310
# [MongoDB Atlas (preview)](#tab/mongo-db-atlas)
311311

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+
312314
### Prerequisites
313315

314316
* 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)
316318
* To achieve good retrieval quality, make sure your vector index is created with Azure OpenAI ada002 embedding model.
317319

318320
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
332334

333335
### Connection to MongoDB account
334336

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.
336338

337339
:::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":::
338340

@@ -342,7 +344,7 @@ Once you have created a connection or chosen an existing connection, you can ent
342344

343345
:::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":::
344346

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.
346348

347349
### Index field mapping
348350

0 commit comments

Comments
 (0)