Telegram Document Q&A Bot with Gemini AI & Supabase Vector Search - n8n Workflow | Neura Market
Telegram Document Q&A Bot with Gemini AI & Supabase Vector Search
Build a Telegram AI chatbot that answers questions from uploaded PDFs using Gemini for embeddings and Supabase for vector search, with rich HTML formatting.
This n8n workflow creates an intelligent Telegram bot for document-based Q&A. Users upload PDFs, which are processed to generate embeddings via Google Gemini and stored in a Supabase vector database. When users ask questions, the bot performs vector similarity search to retrieve relevant chunks, then Gemini generates context-aware responses formatted with HTML for Telegram.
Key features include adaptive message chunking for long responses and intelligent post-processing for rich Telegram format
Platform
n8n
Category
Development & IT
Price
$24.99
Creator
Fred Garcia
telegram
gemini
supabase
vector-search
rag
chatbot
pdf-processing
ai-assistant
n8n
automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.