apoc.vectordb.pinecone.queryAndUpdate

Procedure Apoc Extended

Retrieve closest vectors the the defined vector, limit of results, in the index with the name specified in the 2nd parameter

Signature

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

Input parameters

Name Type Default

hostOrKey

STRING

null

index

STRING

null

vector

LIST<FLOAT>

[]

filter

MAP?

{}

limit

INTEGER

10

configuration

MAP?

{}

Output parameters