apoc.vectordb.qdrant.delete

Procedure Apoc Extended

Deletes the vectors with the specified ids

Signature

apoc.vectordb.qdrant.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?

{}

Output parameters