apoc.vectordb.pinecone.info

Procedure Apoc Extended

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

Signature

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

Input parameters

Name Type Default

hostOrKey

STRING

null

index

STRING

null

configuration

MAP?

{}

Output parameters