apoc.vectordb.qdrant.getAndUpdate

Procedure Apoc Extended

Gets the vectors with the specified ids, and optionally creates/updates neo4j entities

Signature

apoc.vectordb.qdrant.getAndUpdate(hostOrKey :: STRING, collection :: STRING, ids :: LIST<ANY>, configuration = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

hostOrKey

STRING

null

collection

STRING

null

ids

LIST<ANY>

null

configuration

MAP?

{}

Output parameters