Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description Empower your workflows with an intelligent AI chat assistant that retrieves real time context from Google Sheets and a Pinecone knowledge base using Retrieval Augmented Generation (R...
n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io sourceEmpower your workflows with an intelligent AI chat assistant that retrieves real-time context from Google Sheets and a Pinecone knowledge base using Retrieval-Augmented Generation (RAG). π€π This workflow processes chat messages, retrieves relevant contextual data, generates natural and context-aware responses via OpenAI GPT-5, and automatically logs every interaction in Google Sheets. It also auto-indexes new documents from Google Drive into Pinecone for knowledge expansion and emails weekly chat history summaries for review. π¬π
1οΈβ£ Chat Trigger β Receives incoming chat messages through a webhook. π¬ 2οΈβ£ Data Enrichment β Extracts topic, intent, and context from messages. π§© 3οΈβ£ Context Retrieval β Fetches structured data from Google Sheets and semantic data from Pinecone. π§ 4οΈβ£ AI Response Generation β Uses GPT-5 to produce relevant, human-like replies with contextual references. π€ 5οΈβ£ Conversation Logging β Stores chat sessions with timestamps and detected intent in Google Sheets. π 6οΈβ£ Knowledge Base Expansion β Automatically indexes new files from Google Drive to Pinecone for future RAG responses. π 7οΈβ£ Weekly Report β Aggregates all chats and sends an email summary with logs attached via Gmail every Monday. π§
β AI chat assistant with contextual accuracy using RAG β Auto-updating knowledge base via Google Drive β Pinecone β End-to-end chat tracking and audit-ready logging β Weekly performance reports via Gmail β Seamless integration with Google Workspace
1οΈβ£ Connect your OpenAI, Pinecone, Google Sheets, Google Drive, and Gmail credentials. 2οΈβ£ Update the Pinecone index and Google Sheet ID in the nodes. 3οΈβ£ Set your chat webhook URL for real-time message input. 4οΈβ£ Add your Google Drive folder ID for automated knowledge ingestion. 5οΈβ£ Test the chat workflow with sample messages. 6οΈβ£ Enable the schedule trigger to email weekly chat logs automatically. β
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Smart chat assistant with GPT-5, Google Sheets, and Pinecone RAG memory |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Support Chatbot, AI RAG |
| Author | Rahul Joshi |
| Published | 14 Nov 2025 |
Use the JSON export at /data/workflows/10828/10828.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description Empower your workflows with an intelligent AI chat assistant that retrieves real time context from Google Sheets and a Pinecone knowledge base using Retrieval Augmented Generation (R...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI RAG use case.