apoc.vectordb.pinecone.getAndUpdate
Procedure Apoc Extended
Get the vectors with the specified ids
Signature
apoc.vectordb.pinecone.getAndUpdate(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?  | 
{}  |