Skip to content

Commit 202f666

Browse files
author
ajosh0504
committed
Updating info
1 parent 9da876e commit 202f666

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/20-dev-env/3-setup-pre-reqs.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
Run the cells under the **Step 1: Setup prerequisites** section in the notebook.
44

55
:::info
6-
**If running the lab locally**, you will need to spin up a MongoDB Atlas cluster and set the `MONGODB_URI` variable in this step to the connection string for your cluster as follows:
6+
7+
Additional steps **if you are running the lab locally**:
8+
9+
* Spin up a MongoDB Atlas cluster and obtain its connection string:
10+
11+
* Register for a [free MongoDB Atlas account](https://www.mongodb.com/cloud/atlas/register) if you don't already have one
12+
* [Create a new database cluster](https://www.mongodb.com/docs/guides/atlas/cluster)
13+
* [Obtain the connection string](https://www.mongodb.com/docs/guides/atlas/connection-string) for your database cluster
14+
15+
* Set the `MONGODB_URI` variable to the connection string for your cluster as follows:
716

817
```python
918
MONGODB_URI = "<your_connection_string>"
1019
```
11-
12-
Follow these steps to get set up with a MongoDB Atlas cluster:
13-
14-
* Register for a [free MongoDB Atlas account](https://www.mongodb.com/cloud/atlas/register)
15-
* [Create a new database cluster](https://www.mongodb.com/docs/guides/atlas/cluster/?utm_campaign=devrel&utm_source=third-party-content&utm_medium=cta&utm_content=multimodal_rag_tutorial&utm_term=apoorva.joshi)
16-
* [Obtain the connection string](https://www.mongodb.com/docs/guides/atlas/connection-string/?utm_campaign=devrel&utm_source=third-party-content&utm_medium=cta&utm_content=multimodal_rag_tutorial&utm_term=apoorva.joshi) for your database cluster
1720
:::

0 commit comments

Comments
 (0)