apoc.vectordb.milvus.createCollection
Procedure Apoc Extended
Creates a collection, with the name specified in the 2nd parameter, and with the specified similarity and size
Signature
apoc.vectordb.milvus.createCollection(hostOrKey :: STRING, collection :: STRING, similarity :: STRING, size :: INTEGER, configuration = {} :: MAP?) :: (value :: MAP?)
Input parameters
| Name | Type | Default | 
|---|---|---|
hostOrKey  | 
STRING  | 
null  | 
collection  | 
STRING  | 
null  | 
similarity  | 
STRING  | 
null  | 
size  | 
INTEGER  | 
null  | 
configuration  | 
MAP?  | 
{}  |