Skip to main content

Pinecone: Upsert

Insert or update vector points into a Pinecone index. Existing points (matched by id) are overwritten; new points are created.

Pre-requisite: Install Pinecone application in Profile > {Organization} > Applications to grant Zparse access.

Parameters

ApplicationREQUIRED
Configured Pinecone application.
Index NameREQUIRED
Target Pinecone index.
Namespace

Optional namespace within the index. Leave empty to use the default namespace.

Input

JSON EmbeddingsREQUIRED

Embeddings payload containing the points to upsert (id + vector + payload metadata).

Output

Trigger

Fires once the upsert completes successfully.