Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface StartImportOptions

    Options for starting a bulk import operation.

    interface StartImportOptions {
        errorMode?: "abort" | "continue";
        integration?: string;
        uri: string;
    }
    Index
    errorMode?: "abort" | "continue"

    How to handle import errors: continue (the default) skips errors; abort stops the import.

    integration?: string

    The id of the storage integration that should be used to access the data.

    uri: string

    Object-storage directory containing the namespaces and Parquet files to import, for example s3://product-data/catalog-import.