Update a vector
The update
operation updates a vector in a namespace. If a value is included, it will overwrite the previous value. If a set_metadata
is included, the values of the fields specified in it will be added or overwrite the previous value.
For guidance and examples, see Update data.
POST
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://www.pinecone.io/start/
Body
application/json
The request for the upsert
operation.
Vector's unique id.
Required string length:
1 - 512
Namespace name where to update the vector.
Metadata to set for the vector.
Vector sparse data. Represented as a list of indices and a list of corresponded values, which must be with the same length.
Vector data.
Response
200 - application/json
The response for the update
operation.
Was this page helpful?