Pinecone TypeScript SDK - v9.0.0
Github Repo
Pinecone Docs
Preparing search index...
BatchUpsertErrorMode
Type Alias BatchUpsertErrorMode
BatchUpsertErrorMode
:
"collect"
|
"throw"
What a batched upsert does when a batch fails.
collect
(default) — keep going, and report every failure on the resolved
BatchUpsertDocumentsResponse
.
throw
— stop sending new batches and reject with a
Errors.PineconeBatchUpsertError
carrying the partial response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Github Repo
Pinecone Docs
Pinecone TypeScript SDK - v9.0.0
Loading...
What a batched upsert does when a batch fails.
collect(default) — keep going, and report every failure on the resolved BatchUpsertDocumentsResponse.throw— stop sending new batches and reject with a Errors.PineconeBatchUpsertError carrying the partial response.