Local chatbot with retrieval augmented generation (RAG)
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Build a 100% local RAG with n8n, Ollama and Qdrant. This agent uses a semantic database (Qdrant) to answer questions about PDF files.
Tutorial
Click here to view the YouTube Tutorial
How it works
Build a chatbot that answers based on documents you provide it (Retrieval Augmented Generation). You can upload as many PDF files as you want to the Qdrant database. The chatbot will use its retrieval tool to fetch the chunks and use them to answer questions.
Installation
- Install n8n + Ollama + Qdrant using the Self-hosted AI starter kit
- Make sure to install Llama 3.2 and mxbai-embed-large as embeddings model.
How to use it
- First run the "Data Ingestion" part and upload as many PDF files as you want
- Run the Chatbot and start asking questions about the documents you uploaded