apoc.vectordb.pinecone.upsert
Procedure Apoc Extended
Upserts, in the index with the name specified in the 2nd parameter, the vectors [{id: 'id', vector: '<vectorDb>', medatada: '<metadata>'}]
Signature
apoc.vectordb.pinecone.upsert(hostOrKey :: STRING, index :: STRING, vectors :: LIST<MAP<STRING, ANY>>, configuration = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
hostOrKey |
STRING |
null |
index |
STRING |
null |
vectors |
LIST<MAP<STRING, ANY>> |
null |
configuration |
MAP? |
{} |