apoc.vectordb.weaviate.info

Procedure Apoc Extended

Get information about the specified existing collection or throws an error if it does not exist

Signature

apoc.vectordb.weaviate.info(hostOrKey :: STRING, collection :: STRING, configuration = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

hostOrKey

STRING

null

collection

STRING

null

configuration

MAP?

{}

Output parameters