apoc.vectordb.milvus.delete
Procedure Apoc Extended
Delete the vectors with the specified ids
Signature
apoc.vectordb.milvus.delete(hostOrKey :: STRING, collection :: STRING, vectors :: LIST<ANY>, configuration = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
hostOrKey |
STRING |
null |
collection |
STRING |
null |
vectors |
LIST<ANY> |
null |
configuration |
MAP? |
{} |