apoc.vectordb.weaviate.get
Procedure Apoc Extended
Gets the vectors with the specified ids
Signature
apoc.vectordb.weaviate.get(hostOrKey :: STRING, collection :: STRING, ids :: LIST<ANY>, configuration = {} :: MAP?) :: (value :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
hostOrKey |
STRING |
null |
collection |
STRING |
null |
ids |
LIST<ANY> |
null |
configuration |
MAP? |
{} |