Type Alias UpsertOptions<T>

UpsertOptions: { namespace?: string; records: PineconeRecord<T>[] }

Options for upserting records to the index.

Type Parameters

Type declaration

  • Optionalnamespace?: string

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

  • records: PineconeRecord<T>[]

    The records to upsert