langchain.js
    Preparing search index...
    type MongoDBSaverParams = {
        checkpointCollectionName?: string;
        checkpointWritesCollectionName?: string;
        client: MongoClient;
        dbName?: string;
    }
    Index

    Properties

    checkpointCollectionName?: string
    checkpointWritesCollectionName?: string
    client: MongoClient
    dbName?: string