apoc.vectordb.pinecone.delete

Procedure Apoc Extended

Delete the vectors with the specified ids

Signature

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

Input parameters

Name Type Default

hostOrKey

STRING

null

index

STRING

null

vectors

LIST<ANY>

null

configuration

MAP?

{}

Output parameters