What problem does it solve? Building RAG workflows in n8n with Pinecone requires knowing the correct node packages, connection types, parameter structures, and configuration rules, and mistakes like wrong credentials, missing host fields, or mismatched embedding dimensions cause silent failures. ## Core Features & Use Cases - Workflow Generation: Produces complete n8n workflow JSON for both the Pinecone Assistant node (managed RAG) and the Pinecone Vector Store node (custom embeddings and chunking), covering ingestion and chat phases. - Node Selection Guidance: Helps users choose between the fully managed Assistant node and the Vector Store node based on their need for custom embeddings, metadata filtering, or existing indexes. - Debugging and Review: Diagnoses common failures such as assistant not found, dimension mismatch, and uncalled tools, and audits existing workflows against a best-practices checklist. - Use Case: A user wants a chat-with-docs workflow over company PDFs; the skill generates a two-phase n8n workflow that uploads files to a Pinecone Assistant and wires an AI Agent with the Assistant Tool for cited answers. ## Quick Start Ask the assistant to build an n8n workflow that uploads your PDF files to a Pinecone Assistant and lets you chat with them using the /pinecone:n8n skill.