Knowledge Base
Write to Pinecone
Write one text record to a selected Pinecone namespace
Add Write to Pinecone from the Knowledge Base group. Select a compatible index and namespace, then enter the text to write. Workflow variables are supported.
Record ID is optional; leaving it blank generates a UUID. Supplying an existing ID replaces the complete record. Optional metadata must be a flat JSON object containing strings, finite numbers, booleans, or arrays of strings.
Each run writes exactly one record. New namespaces appear after the first write. Pinecone is eventually consistent, so the receipt is returned without polling for search visibility.

