Vectors
Upsert text
Upsert text into a namespace. Pinecone converts the text to vectors automatically using the hosted embedding model associated with the index.
Upserting text is supported only for indexes with integrated embedding.
For guidance and examples, see Upsert data.
POST
Authorizations
Path Parameters
The namespace to upsert records into.
Body
application/x-ndjson · object[]
The unique ID of the record to upsert. Note that id
can be used as an alias for _id
.
Response
201
_mintlify/placeholder
A successful response.
Was this page helpful?