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

    Type Alias UpsertRecordsOptions<T>

    Options for upserting integrated records into a namespace.

    type UpsertRecordsOptions<T extends RecordMetadata = RecordMetadata> = {
        namespace?: string;
        records: IntegratedRecord<T>[];
    }

    Type Parameters

    Index
    namespace?: string

    The namespace to upsert into. If not specified, uses the namespace configured on the Index.

    records: IntegratedRecord<T>[]

    The integrated records to upsert