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/3-setup-pre-reqs.mdx
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,18 @@
3
3
Run the cells under the **Step 1: Setup prerequisites** section in the notebook.
4
4
5
5
:::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:
7
16
8
17
```python
9
18
MONGODB_URI="<your_connection_string>"
10
19
```
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
0 commit comments