DeleteMilvus 2025.10.9.21

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.

Tags

chatbot, delete, embeddings, gen ai, genai, generative ai, llm, metadata, milvus, openflow, text, vector

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Collection NameThe name of the Milvus collection name to use
Delete FilterThe filter to use in the delete request. Example: id like “prefix%”
Delete StrategyThe strategy to use for deleting vectors in Milvus
ID Record PathThe path to the ID field in the record
Milvus Connection ServiceConnection Service for accessing Milvus Database
PartitionPartition of the vector database that you want to perform operations in. If the database has only one partition leave empty.
Record ReaderThe Record Reader to use for reading the FlowFile

Relationships

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

See also