Interface for the arguments required to initialize a VectaraStore instance.

interface VectaraLibArgs {
    apiKey: string;
    corpusId: number | number[];
    customerId: number;
    source?: string;
    verbose?: boolean;
}

Properties

apiKey: string
corpusId: number | number[]
customerId: number
source?: string
verbose?: boolean

Generated using TypeDoc