Data plane
Upsert
The Upsert
operation writes vectors into a namespace.
If a new value is upserted for an existing vector id, it will overwrite the previous value.
POST
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Body
application/json
The request for the Upsert
operation.
An array containing the vectors to upsert. Recommended batch limit is 100 vectors.
This is the <a href='https://docs.pinecone.io/docs/namespaces'>namespace</a> name where you upsert vectors. Not supported by projects on the gcp-starter environment.
Example:
"example-namespace"
Response
200
application/json
A successful response.
The response for the Upsert
operation.
The number of vectors upserted.
Example:
10
Was this page helpful?