interface VectaraRetrieverInput {
    topK: number;
    vectara: VectaraStore;
    callbacks?: any;
    metadata?: Record<string, unknown>;
    summaryConfig?: VectaraSummary;
    tags?: string[];
    verbose?: boolean;
}

Properties

topK: number
vectara: VectaraStore
callbacks?: any
metadata?: Record<string, unknown>
summaryConfig?: VectaraSummary
tags?: string[]
verbose?: boolean

Generated using TypeDoc