@vectorize-io/vectorize-client
    Preparing search index...

    Interface FILEUPLOADAuthConfig

    Authentication configuration for File Upload

    FILEUPLOADAuthConfig

    interface FILEUPLOADAuthConfig {
        files?: string[];
        pathPrefix?: string;
    }
    Index

    Properties

    Properties

    files?: string[]

    Choose files. Files uploaded to this connector can be used in pipelines to vectorize their contents. Note: files with the same name will be overwritten.

    FILEUPLOADAuthConfig

    pathPrefix?: string

    Path Prefix

    FILEUPLOADAuthConfig