apoc.vectordb.pinecone.createCollection
Procedure Apoc Extended
Creates a index, with the name specified in the 2nd parameter, and with the specified similarity and size
Signature
apoc.vectordb.pinecone.createCollection(hostOrKey :: STRING, index :: STRING, similarity :: STRING, size :: INTEGER, configuration = {} :: MAP?) :: (value :: MAP?)
Input parameters
| Name | Type | Default |
|---|---|---|
hostOrKey |
STRING |
null |
index |
STRING |
null |
similarity |
STRING |
null |
size |
INTEGER |
null |
configuration |
MAP? |
{} |