interface dbConfigArgs {
    dbConfig?: PostgresVectorStoreArgs;
    engine: PostgresEngine;
    tableName: string;
}

Properties

tableName: string