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, examples, and limits, see Upsert data.
Required date-based version header
The namespace to upsert records into.
Each record in the request body must include an _id field and a field that matches your index's field_map configuration (such as chunk_text or data). All other fields are stored as metadata.
The unique ID of the record to upsert. Note that id can be used as an alias for _id.
A successful response.