apoc.vectordb.pinecone.upsert
过程 Apoc 扩展
将向量 [{id: 'id', vector: '<vectorDb>', medatada: '<metadata>'}] 更新插入(Upsert)到第 2 个参数指定的索引中
签名
apoc.vectordb.pinecone.upsert(hostOrKey :: STRING, index :: STRING, vectors :: LIST<MAP<STRING, ANY>>, configuration = {} :: MAP?) :: (value :: MAP?)
输入参数
| 名称 | 类型 | 默认 |
|---|---|---|
hostOrKey |
STRING |
null |
index |
STRING |
null |
vectors |
LIST<MAP<STRING, ANY>> |
null |
配置 |
MAP? |
{} |