MongoDB

Connect your MongoDB to OmniAI by entering the necessary configuration details.

Configuration Options:

  • 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 intend to connect with.

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.

Last updated