Block 1 - When clicking βExecute workflowβ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow template implements a dual path architecture for AI customer support, based on the principles outlined in the research paper "[A Locally Executable AI System for Improving Preoper...
n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.embeddingshuggingfaceinference, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.chat, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Maxim Osipovs.
Original n8n.io sourceThe system, named LENOHA (Low Energy, No Hallucination, Leave No One Behind Architecture), uses a high-precision classifier to differentiate between high-stakes queries and casual conversation. Queries matching a known FAQ are answered with a pre-approved, verbatim response, structurally eliminating hallucination risk. All other queries are routed to a standard generative LLM for conversational flexibility.
This template provides a practical ++blueprint++ for building safer, more reliable, and cost-efficient AI agents, particularly in regulated or high-stakes domains where factual accuracy is critical.
This template uses an in-memory Simple Vector Store for demonstration purposes. For a production application, this should be replaced with a persistent vector database (e.g., Pinecone, Chroma, Weaviate, Supabase) to store your embeddings permanently.
π¦ Organizations in regulated industries (finance, healthcare) requiring high accuracy. π° Applications where reducing LLM operational costs is a priority. βοΈ Technical support agents that must provide precise, unchanging information. π Systems where auditability and deterministic responses for known issues are required.
β Structurally eliminates hallucination risk for known topics. β Reduces reliance on expensive generative models for common queries. β Ensures deterministic, accurate, and consistent answers for your FAQ. β Provides high-speed classification via vector search. β Implements a research-backed architecture for building safer AI systems.
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 | Dual-path customer support system with Google Sheets, vectors & Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Support Chatbot, AI RAG |
| Author | Maxim Osipovs |
| Published | 16 Oct 2025 |
Use the JSON export at /data/workflows/9775/9775.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.
This n8n workflow template implements a dual path architecture for AI customer support, based on the principles outlined in the research paper "[A Locally Executable AI System for Improving Preoper...
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 Support Chatbot, AI RAG use case.