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
- application/json
Body
required
collectionName string
dimension integer
Responses
- 200
- 400
- 404
- 500
Collection created successfully
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Vector collection created successfully"
}
Bad request
Collection not found
Internal server error
Loading...