Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface ImportErrorMode

    Indicates how to respond to errors during the import process.

    ImportErrorMode

    interface ImportErrorMode {
        onError?: string;
    }
    Index
    onError?: string

    Indicates how to respond to errors during the import process. Possible values: abort or continue.

    ImportErrorMode