Implement a powerful AI Telegram bot using this n8n workflow. Features include Gemini chat, voice transcription, RAG knowledge base search (Qdrant), and Google Suite automation.
Download this n8n workflow template and start using it instantly.





























This incredibly comprehensive n8n workflow establishes a powerful AI assistant accessible via Telegram. It solves the complexity of integrating diverse services—from cutting-edge generative AI models like Google Gemini to specialized tools for voice processing (OpenAI/Replicate), external web search (Brave), and document indexing (Qdrant). This n8n workflow allows a single bot to act as a chat assistant, a voice responder, a document expert (RAG), and a task automator (Google Calendar, Drive). This sophisticated n8n template showcases the vast potential of using the core n8n platform alongside LangChain components.
The process begins with the 'Listen for incoming events' n8n trigger, which activates upon any message received by the configured Telegram bot.
Telegram Trigger (Listen for incoming events): The primary n8n trigger, initiating the workflow upon receiving a message from the Telegram bot.
Switch (Determine content type1): Acts as the central router, inspecting the incoming message payload to decide which complex branch of the n8n workflow to execute (e.g., chat, RAG search, voice, utility).
Google Gemini Chat Model: Used as the large language model within both AI Agent 1 (text chat) and AI Agent 3 (voice response), providing advanced conversational capabilities in this n8n template.
AI Agent 1 & AI Agent 3: LangChain Agent n8n nodes that orchestrate the use of multiple tools (Calculator, Calendar, Brave Search) based on the user's intent, maintaining conversation history via the Window Buffer Memory n8n node.
OpenAi (Convert audio to text): A crucial n8n node for processing voice messages, converting Telegram audio files into transcribed text inputs for the AI agents.
Qdrant Vector Store / Embeddings OpenAI: Core components of the RAG system. The Embedding n8n node generates vector representations of documents, which are stored and retrieved from the Qdrant Vector Store n8n node.
Google Drive / Google Docs: Used for file operations, fetching documents (PDFs for indexing), and executing multi-step tasks like drafting and converting invoices. These n8n nodes integrate essential GSuite functionality.
HTTP Request (Call Replicate API): This specialized n8n node handles the conversion of the AI's final text response into a synthetic voice audio file for the voice response branch.
Use this powerful n8n workflow template to automate multi-site web scraping. Fetch URLs from Google Sheets, route requests based on source, apply rate limiting, and use custom n8n node logic for content extraction and freshness filtering.

Build a sophisticated multi-modal Telegram AI assistant using n8n workflow templates. Features include Gemini chat, voice transcription, image generation, and MongoDB long-term memory.

Deploy a powerful local AI assistant using this advanced n8n workflow. It combines Ollama (Llama 3.2), RAG capabilities, and real-time search tools using specialized n8n node configurations and the n8n trigger.

Build a powerful multichannel customer support AI assistant using this n8n workflow. Integrates Chatwoot webhooks with OpenRouter/LLMs to automatically respond to user queries using a defined knowledge base.

Create a robust Retrieval-Augmented Generation (RAG) system using an n8n workflow. Integrate Mistral OCR for PDF extraction, Qdrant vector storage, and Gemini AI for conversational Q&A.









































