POST
/
vectors
/
update

Body

application/json

The request for the update operation.

id
string
required

Vector's unique id.

Required string length: 1 - 512
namespace
string

The namespace containing the vector to update.

setMetadata
object

Metadata to set for the vector.

sparseValues
object

Vector sparse data. Represented as a list of indices and a list of corresponded values, which must be with the same length.

values
number[]

Vector data.

Response

200 - application/json

The response for the update operation.