langchain.js
    Preparing search index...

    Interface for the file objects to be uploaded to Vectara.

    interface VectaraFile {
        blob: Blob;
        fileName: string;
    }
    Index

    Properties

    Properties

    blob: Blob
    fileName: string