Section 01
Introduction to the RAG-based n8n Intelligent Q&A Bot Project
This project is an academic AI assignment implementation that shows how to build a professional FAQ bot for the n8n open-source workflow automation platform using the Retrieval-Augmented Generation (RAG) architecture. The core tech stack includes the LangChain framework, ChromaDB vector database, sentence-transformers/all-MiniLM-L6-v2 embedding model, and Hugging Face-hosted LLM services. By combining information retrieval and text generation, the project achieves fact-based accurate answers while allowing traceability of answer sources and avoiding model hallucinations.