Skip to main content
POST

Request

You can either upsert a single vector, or multiple vectors in a array.
string
required
The ID of the vector
number[]
required
The vector data to upsert.
The provided vector should have the same number of dimensions as your index.
Object
The metadata of the vector. This is used to make it easier to identify the vector on queries.

Response

Object
Returns "Success" on successful upsert operation.