Rules and guidelines for Pinecone Connector
Consider the following rules and guidelines when you use Pinecone Connector:
- •The maximum batch size must not exceed 2 MB per batch. You can configure the batch size in advanced target properties.
- •The maximum metadata size per record must not exceed 40 KB. If the size exceeds 40 KB, chunk the text further to reduce the metadata size.
- •The maximum length for a record ID must not exceed 512 characters.
- •Dense vectors must contain at least one non-zero value.
- •Metadata must not contain null values. Instead of setting a key to hold a null value, remove the key from the metadata payload.
For more information about the rules and guidelines for the Pinecone APIs, see the Pinecone documentation.