Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const driver = global.MONGOOSE_DRIVER_PATH || "./drivers/node-mongodb-native";
/*!
* Connection
*/
const Connection = require(driver + "/connection");
/*!
* Collection
*/
const Collection = require(driver + "/collection");