upsert-records
Insert or update records in a Pinecone index by specifying the index name, namespace, and record data. Ensures consistent schema for accurate data management.
Instructions
Insert or update records in a Pinecone index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The index to upsert into. | |
namespace | Yes | The namespace to upsert into. | |
records | Yes | A set of records to upsert into the index. Use a consistent schema for all records in the index. |