File size: 617 Bytes
acdfaa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2. Install your driver
Run the following on the command line
Note: Use appropriate Python 3 executable
python -m pip install "pymongo[srv]"==3.12


View MongoDB Python Driver installation instructions.
3. Add your connection string into your application code
Use this connection string in your application


View full code sample


Show Password

mongodb+srv://talat:[email protected]/?retryWrites=true&w=majority&appName=Chatbot

The password for talat is included in the connection string for your first time setup. This password will not be available again after exiting this connect flow.