apoc.vectordb.qdrant.upsert

Procedure Apoc Extended

Upserts, in the collection with the name specified in the 2nd parameter, the vectors [{id: 'id', vector: '<vectorDb>', medatada: '<metadata>'}]

Signature

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

Input parameters

Name Type Default

hostOrKey

STRING

null

collection

STRING

null

vectors

LIST<MAP<STRING, ANY>>

null

configuration

MAP?

{}

Output parameters