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: docs/20-dev-env/2-setup-pre-reqs.mdx
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ Replace any placeholders and run the cells under **Step 1: Setup prerequisites**
6
6
7
7
Additional steps **if you are running the lab locally**:
8
8
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:
10
10
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
14
14
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:
16
16
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
+
```
20
20
21
21
* Manually set the value of the `SERVERLESS_URL` variable as follows:
0 commit comments