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