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
Application—REQUIRED
Configured
Pinecone application.Index Name—REQUIRED
Target Pinecone index.
Namespace
Optional namespace within the index. Leave empty to use the default namespace.
Input
JSON Embeddings—REQUIRED
Embeddings payload containing the points to upsert (id + vector + payload metadata).
Output
Trigger
Fires once the upsert completes successfully.