apoc.vectordb.milvus.queryAndUpdate

过程 Apoc 扩展

检索与定义的 vector 最相似的向量,返回 limit 个结果,并在第 2 个参数指定的集合中进行更新

签名

apoc.vectordb.milvus.queryAndUpdate(hostOrKey :: STRING, collection :: STRING, vector = [] :: LIST<FLOAT>, filter = {} :: MAP?, limit = 10 :: INTEGER, configuration = {} :: MAP?) :: (value :: MAP?)

输入参数

名称 类型 默认

hostOrKey

STRING

null

collection

STRING

null

向量 (vector)

LIST<FLOAT>

[]

filter

MAP?

{}

limit

INTEGER(整数)

10

配置

MAP?

{}

© . This site is unofficial and not affiliated with Neo4j, Inc.