langchain.js
    Preparing search index...

    Configuration options for the AzureAISearchStore constructor.

    interface AzureAISearchConfig {
        client?: SearchClient<AzureAISearchDocument>;
        credentials?: any;
        endpoint?: string;
        indexName?: string;
        key?: string;
        search?: AzureAISearchQueryOptions;
    }
    Index

    Properties

    client?: SearchClient<AzureAISearchDocument>
    credentials?: any
    endpoint?: string
    indexName?: string
    key?: string