DeletePinecone 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-pinecone-nar
DESCRIPTION¶
Deletes vectors from a Pinecone index.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
ID Prefix |
The Pinecone vector ID prefix. If specified, only the vectors whose IDs start with the given value will be deleted. |
Pinecone API Key |
The API key for the Pinecone service |
Pinecone Index |
The name of the Pinecone index to use |
Pinecone Namespace |
The name of the Pinecone namespace to use |
Web Client Service |
The Web Client Service to use for communicating with Pinecone |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
FlowFiles that cannot be sent to Pinecone, and for which a retry is not expected to be successful, are routed to this relationship |
retry |
FlowFiles that fail to be sent to Pinecone, but for which a retry may help, are routed to this relationship |
success |
FlowFiles 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. |