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.