Block 1 - Supabase Vector Store
- Type / Role
- @n8n/n8n-nodes-langchain.vectorStoreSupabase - vectorStoreSupabase
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Convert any website into a searchable vector database for AI chatbots. Submit a URL, choose scraping scope, and this workflow handles everything: scraping, cleaning, chunking, embedding, and storin...
@n8n/n8n-nodes-langchain.vectorstoresupabase, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.embeddingsgooglegemini, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, @n8n/n8n-nodes-langchain.documentdefaultdataloader, n8n-nodes-base.set, n8n-nodes-base.formtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dean Pike.
Original n8n.io sourceConvert any website into a searchable vector database for AI chatbots. Submit a URL, choose scraping scope, and this workflow handles everything: scraping, cleaning, chunking, embedding, and storing in Supabase.
documents table with embedding column (vector 768). Run this SQL query in your Supabase project to enable the vector store setup Connect your vector store to an AI chatbot for RAG-powered Q&A, or build semantic search features into your apps.
Tip: Start with page limits to test content quality before full-site scraping. Review chunks in Supabase and adjust Apify filters if needed for better vector embeddings.
Apify actor "runs" in Apify Dashboard from this workflow
Supabase docuemnts table with scraped website content ingested in chunks with vector embeddings
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.
| Workflow | Create RAG-ready knowledge bases from websites using Apify, Gemini & Supabase |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Document Extraction, AI RAG |
| Author | Dean Pike |
| Published | 06 Nov 2025 |
Use the JSON export at /data/workflows/10565/10565.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.
Convert any website into a searchable vector database for AI chatbots. Submit a URL, choose scraping scope, and this workflow handles everything: scraping, cleaning, chunking, embedding, and storin...
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 Document Extraction, AI RAG use case.