Skip to content
FlowHubFluxonLab
D
AI Automationfree

Bitrix24 AI-Powered RAG Chatbot for Open Line Channels

by Ferenc Erbadapted from n8n official workflow galleryUpdated Aug 2026
RequiresDDefault Data LoaderEmbeddings OllamaEmbeddings OllamaGoogle Gemini Chat ModelHTTP RequestHTTP RequestQdrant Vector StoreQdrant Vector StoreQuestion and Answer ChainQuestion and Answer ChainRecursive Character Text SplitterRecursive Character Text SplitterVector Store RetrieverVector Store Retriever
Share Post Share
WeBitrix24 HandlerSeCredentialsIfValidate TokenSwRoute EventFuProcess MessageFuProcess JoinFuProcess InstallHRRegister BotHRSend MessageHRSend Join MessageSend Join Messa…NOProcess DeleteRTSuccess ResponseRTError ResponseMeMerge parameters for SubworkflowMerge parameter…HRGet a list of available storagesGet a list of a…HRGet a list of List of Files and FoldersGet a list of L…HRGet a list of Folders filesGet a list of F…HRDownload fileDDDefault Data LoaderDefault Data Lo…TSRecursive Character Text SplitterRecursive Chara…SOSplit Out folder files and foldersSplit Out folde…FiFilter for filesHRMove files to Vector stored folderMove files to V…EWExecute Workflow TriggerExecute Workflo…VSQdrant Vector StoreQdrant Vector S…EOEmbeddings OllamaEmbeddings Olla…RVVector Store RetrieverVector Store Re…CRQuestion and Answer ChainQuestion and An…SePrepare output parametersPrepare output …EOEmbeddings Ollama1Embeddings Olla…Google Gemini Chat ModelGoogle Gemini C…VSQdrant Vector Store1Qdrant Vector S…EWExecute subworkflowExecute subwork…12345678910111213141516171819202122232425
1/5
FLOWS
STEPS · 25
Starts on an incoming request

Overview Transform your Bitrix24 Open Line channels with an intelligent chatbot that leverages Retrieval-Augmented Generation (RAG) technology to provide accurate, document-based responses to customer inquiries in real-time. Use Case This workflow is designed for organizations that want to enhance their customer support capabilities in Bitrix24 by providing automated, knowledge-based responses to customer inquiries. It's particularly useful for: Customer service teams handling repetitive questions Support departments with extensive documentation Sales teams needing quick access to product information Organizations looking to provide 24/7 customer support What This Workflow Does Smart Document Processing Automatically processes uploaded PDF documents Splits documents into manageable chunks Generates vector embeddings for semantic understanding Indexes content for efficient retrieval AI-Powered Responses Utilizes Google Gemini AI to generate natural language responses Constructs answers based on relevant document content Maintains conversation context for coherent interactions Provides fallback responses when information is not available Vector Database Integration Stores document em

Tags

n8nreference-onlychain-retrieval-qadocument-default-data-loaderembeddings-ollamalm-chat-google-geminiretriever-vector-storetext-splitter-recursive-character-text-splittervector-store-qdrant
Connects
DDefault Data LoaderembeddingsollamaEmbeddings OllamaGoogle Gemini Chat ModelWHTTP RequestqdrantvectorstoreQdrant Vector StorequestionandanswerchainQuestion and Answer Chain
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes33
AddedMar 6, 2025

Related workflows

See all AI Automation
binaryinputloaderembeddingsopenaigoogledriveopenaichatmodel
free

Ask questions about a PDF using AI

The workflow first populates a Pinecone index with vectors from a Bitcoin whitepaper. Then, it waits for a manual chat message. When received, the chat message is turned into a vector and compared to the vectors in Pinecone. The most similar vectors are retrieved and passed to OpenAI for generating a chat response. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by David Roberts
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team