DeletePinecone 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-pinecone-nar

Description

Deletes vectors from a Pinecone index.

Tags

delete, embeddings, genai, generative ai, openflow, pinecone, rag, retrieval augmented generation, vector store

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
ID PrefixThe Pinecone vector ID prefix. If specified, only the vectors whose IDs start with the given value will be deleted.
Pinecone API KeyThe API key for the Pinecone service
Pinecone IndexThe name of the Pinecone index to use
Pinecone NamespaceThe name of the Pinecone namespace to use
Web Client ServiceThe Web Client Service to use for communicating with Pinecone

Relationships

NameDescription
failureFlowFiles that cannot be sent to Pinecone, and for which a retry is not expected to be successful, are routed to this relationship
retryFlowFiles that fail to be sent to Pinecone, but for which a retry may help, are routed to this relationship
successFlowFiles that are successfully sent to Pinecone are routed to this relationship

Use cases

Delete all vectors from a Pinecone index.
Delete a namespace, along with all of its vectors, from a Pinecone index.
Delete all vectors for a particular document from a Pinecone index.