Vana SDK - v0.1.0
    Preparing search index...

    Interface BatchUploadParams

    Batch upload parameters

    interface BatchUploadParams {
        files: UploadFileParams[];
        storageProvider?: string;
        encrypt?: boolean;
        encryptionKey?: string;
    }
    Index

    Properties

    Array of files to upload

    storageProvider?: string

    Storage provider to use for all files

    encrypt?: boolean

    Whether to encrypt all files

    encryptionKey?: string

    Encryption key for all files