apoc.vectordb.qdrant.queryAndUpdate

Procedure Apoc Extended

Retrieves closest vectors from the defined vector, limit of results, in the collection with the name specified in the 2nd parameter

Signature

apoc.vectordb.qdrant.queryAndUpdate(hostOrKey :: STRING, collection :: STRING, vector = [] :: LIST<FLOAT>, filter = {} :: MAP?, limit = 10 :: INTEGER, configuration = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

hostOrKey

STRING

null

collection

STRING

null

vector

LIST<FLOAT>

[]

filter

MAP?

{}

limit

INTEGER

10

configuration

MAP?

{}

Output parameters