Skip to main content

Create a new vector collection

POST 

/v1/vectors

Creates a new vector collection with the specified name and dimension. (equivilant to creating an index and namespace on pinecone)

Request

Body

required
    collectionName string
    dimension integer

Responses

Collection created successfully

Schema
    message string
Loading...