Spaces:
Running
Running
Log google drive documents in the mongodb, add source of the document and made chunks to overlap text.
acdfaa9
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. |