Configuration options for the AzureAISearchStore constructor.

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

Properties

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

Generated using TypeDoc