def __init__()

in datastore/providers/mongodb_atlas_datastore.py [0:0]


    def __init__(
        self,
        atlas_connection_uri: str = MONGODB_CONNECTION_URI,
        index_name: str = MONGODB_INDEX,
        database_name: str = MONGODB_DATABASE,
        collection_name: str = MONGODB_COLLECTION,
        oversampling_factor: float = OVERSAMPLING_FACTOR,