langchain.js
    Preparing search index...

    Install and import from "@langchain/azure-cosmosdb" instead. Configuration options for the AzureCosmosDBVectorStore constructor.

    interface AzureCosmosDBConfig {
        client?: MongoClient;
        collectionName?: string;
        connectionString?: string;
        databaseName?: string;
        embeddingKey?: string;
        indexName?: string;
        indexOptions?: AzureCosmosDBIndexOptions;
        textKey?: string;
    }
    Index

    Properties

    client?: MongoClient
    collectionName?: string
    connectionString?: string
    databaseName?: string
    embeddingKey?: string
    indexName?: string
    textKey?: string