Data Connectors
MongoDB
Connect your MongoDB to OmniAI by entering the necessary configuration details.
Configuration Options
Parameter | Description |
---|---|
Connection URI | The full MongoDB connection URI that includes the username, password, and database host(s). Format: mongodb+srv://<username>:<password>@<cluster-address>/dbname?retryWrites=true&w=majority |
Database | The name of the MongoDB database you want to connect to. |
Ensure that your MongoDB database’s network access settings permit connections from OmniAI, and the provided user credentials have the required roles for the operations you plan to perform.