apoc.vectordb.qdrant.createCollection
过程 Apoc 扩展
创建一个集合,名称由第 2 个参数指定,并具有指定的 similarity(相似度)和 size(大小)
签名
apoc.vectordb.qdrant.createCollection(hostOrKey :: STRING, collection :: STRING, similarity :: STRING, size :: INTEGER, configuration = {} :: MAP?) :: (value :: MAP?)
输入参数
| 名称 | 类型 | 默认 |
|---|---|---|
hostOrKey |
STRING |
null |
collection |
STRING |
null |
similarity |
STRING |
null |
size |
INTEGER(整数) |
null |
配置 |
MAP? |
{} |