๐Ÿ“– Implement on-prem RAG with Qdrant and Ollama for a self-hosted KB

โšก 213 views ยท ๐Ÿ“– Internal Wiki & Knowledge Base

Description

Try It

This n8n template provides a self hosted RAG implementation.

How it works

How to use

Setup steps

Below steps show how to setup on Amazon Linux. Consult your OS for respective steps

mkdir ollama
cd ollama
curl -fsSL https://ollama.com/install.sh | sh
ollama --version
 ollama pull llama3:8b
 ollama pull mistral:7b
 ollama pull nomic-embed-text:latest

Need Help?

Join the Discord or ask in the Forum!

Happy RAGing!

๐Ÿ”— Nodes Used

AI Agent, Ollama Chat Model, Simple Memory, n8n Form Trigger, Default Data Loader, Chat Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup