Skip to main content

Website content chatbot with Pinecone, Airtable & OpenAI for RAG applications

Workflow preview

Workflow preview
100%
Website content chatbot with Pinecone, Airtable & OpenAI for RAG applications preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow shows how to extract website content, index it in Pinecone, and leverage Airtable to power a chat agent for customer Q&A . Use cases include: Building a knowledge base from your w...

Best for

  • AI RAG automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.markdown, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.vectorstorepinecone

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Alok Kumar.

Original n8n.io source

1.1 Workflow description

Title
Website content chatbot with Pinecone, Airtable & OpenAI for RAG applications
Workflow name
Website content chatbot with Pinecone, Airtable & OpenAI for RAG applications

This n8n workflow shows how to extract website content, index it in Pinecone, and leverage Airtable to power a chat agent for customer Q&A.

Use cases include:

  • Building a knowledge base from your website.
  • Creating a chatbot that answers customer queries using your own site content.
  • Powering RAG workflows for FAQs, support docs, or product knowledge.

How it works

  • Workflow starts with a manual trigger or chat message.
  • Website content is fetched via HTTP Request.
  • The HTML body is extracted and converted into clean Markdown.
  • Text is split into chunks (~500 chars with 50 overlap) using the Character Text Splitter.
  • OpenAI embeddings are generated for each chunk.
  • Content and embeddings are stored in Pinecone with namespace separation.
  • A Chat Agent (powered by OpenAI or OpenRouter) retrieves answers from Pinecone and Airtable.
  • Memory buffer allows multi-turn conversations.
  • A billing tool (Airtable) provides dynamic billing-related answers when needed.

How to use

  • Replace the sample website URL in the HTTP Request node with your own domain or content source.
  • Update Normalize code based on markdown content output to remove noise.
  • Adjust chunk size in the Text Splitter for your website markdown output.
    • In this example, the Character Text Splitter with separator ###### worked really well.
    • Always check the Markdown output to fine-tune your splitting logic.
  • Update Pinecone namespace to match your project.
  • Customize the Chat Agent system prompt to fit your brand voice and response rules.
  • Connect to your own Airtable schema if you want live billing/payment data access.

Requirements

  • OpenAI account (for embeddings + chat model).
  • Pinecone account (vector DB for semantic search).
  • Airtable account (if using the billing tool).
  • (Optional) OpenRouter account (alternative chat model provider).
  • n8n self-hosted or cloud.

Need Help?

Ask in the n8n Forum!

Happy Automating! πŸš€

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - When clicking β€˜Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 3 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Exctract HTML Body

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 6 - Default Data Loader1

Type / Role
@n8n/n8n-nodes-langchain.documentDefaultDataLoader - documentDefaultDataLoader
Config choices
Version 1.1

Block 7 - Generate Embeddings1

Type / Role
@n8n/n8n-nodes-langchain.embeddingsOpenAi - embeddingsOpenAi
Config choices
Version 1.2

Block 8 - Store in Pinecone1

Type / Role
@n8n/n8n-nodes-langchain.vectorStorePinecone - vectorStorePinecone
Config choices
Version 1.3

Block 9 - Character Text Splitter

Type / Role
@n8n/n8n-nodes-langchain.textSplitterCharacterTextSplitter - textSplitterCharacterTextSplitter
Config choices
Version 1

Block 10 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 12 - Pinecone Store (Q&A)

Type / Role
@n8n/n8n-nodes-langchain.vectorStorePinecone - vectorStorePinecone
Config choices
Version 1.3

Block 13 - Chat Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 14 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 15 - Embeddings OpenAI

Type / Role
@n8n/n8n-nodes-langchain.embeddingsOpenAi - embeddingsOpenAi
Config choices
Version 1.2

Block 16 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 17 - billing-airtable

Type / Role
n8n-nodes-base.airtableTool - airtableTool
Config choices
Version 2.1

Block 18 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 19 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Billing Tool

Type / Role
@n8n/n8n-nodes-langchain.agentTool - agentTool
Config choices
Version 2.2

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Website content chatbot with Pinecone, Airtable & OpenAI for RAG applications
Complexity advanced
Nodes 27
Categories AI RAG, Multimodal AI
Author Alok Kumar
Published 28 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7966/7966.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Website content chatbot with Pinecone, Airtable & OpenAI for RAG applications do?

This n8n workflow shows how to extract website content, index it in Pinecone, and leverage Airtable to power a chat agent for customer Q&A . Use cases include: Building a knowledge base from your w...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 AI RAG, Multimodal AI use case.