apoc.vectordb.chroma.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.chroma.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? |
{} |