langchain.js
    Preparing search index...

    Interface for the arguments required to initialize a VectaraStore instance.

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

    Properties

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