apoc.vectordb.milvus.info

Procedure Apoc Extended

Get information about the specified existing collection or returns a response with code 100 if it does not exist

Signature

apoc.vectordb.milvus.info(hostOrKey :: STRING, collection :: STRING, dbName = "default" :: STRING?, configuration = {} :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

hostOrKey

STRING

null

collection

STRING

null

dbName

STRING?

"default"

configuration

MAP?

{}

Output parameters