Skip to content

Commit 3938abe

Browse files
author
ajosh0504
committed
Updating info
1 parent 670d31e commit 3938abe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ Replace any placeholders and run the cells under **Step 1: Setup prerequisites**
66

77
Additional steps **if you are running the lab locally**:
88

9-
* Spin up a MongoDB Atlas cluster and set the `MONGODB_URI` variable in this step to the connection string for your cluster as follows:
9+
* Spin up a MongoDB Atlas cluster and obtain its connection string:
1010

11-
```python
12-
MONGODB_URI = "<your_connection_string>"
13-
```
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
1414

15-
Follow these steps to get set up with a MongoDB Atlas cluster:
15+
* Set the `MONGODB_URI` variable to the connection string for your cluster as follows:
1616

17-
* Register for a [free MongoDB Atlas account](https://www.mongodb.com/cloud/atlas/register)
18-
* [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)
19-
* [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
17+
```python
18+
MONGODB_URI = "<your_connection_string>"
19+
```
2020

2121
* Manually set the value of the `SERVERLESS_URL` variable as follows:
2222

0 commit comments

Comments
 (0)