apoc.vectordb.pinecone.get

Procedure Apoc Extended

Get the vectors with the specified ids

Signature

apoc.vectordb.pinecone.get(hostOrKey :: STRING, index :: STRING, ids :: LIST<ANY>, configuration = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

hostOrKey

STRING

null

index

STRING

null

ids

LIST<ANY>

null

configuration

MAP?

{}

Output parameters