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