DeleteMilvus 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-milvus-processors-nar
DESCRIPTION¶
Deletes vectors from Milvus database from a collection by ID. Unmatched IDs are ignored by Milvus and not deleted.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Collection Name |
The name of the Milvus collection name to use |
Delete Filter |
The filter to use in the delete request. Example: id like “prefix%” |
Delete Strategy |
The strategy to use for deleting vectors in Milvus |
ID Record Path |
The path to the ID field in the record |
Milvus Connection Service |
Connection Service for accessing Milvus Database |
Partition |
Partition of the vector database that you want to perform operations in. If the database has only one partition leave empty. |
Record Reader |
The Record Reader to use for reading the FlowFile |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
FlowFiles that cannot be sent to Milvus, and for which a retry is not expected to be successful, are routed to this relationship |
retry |
FlowFiles that fail to be sent to Milvus, but for which a retry may help, are routed to this relationship |
success |
FlowFiles that are successfully sent to Milvus are routed to this relationship |