Guide
·
10 min min read
Set up a RAG pipeline
What is RAG?
RAG combines model generation with document retrieval so answers are grounded in your own data.
1) Create knowledge base
- Dashboard → Knowledge Bases → New
- Set name and description
- Save
2) Upload documents
Supported: PDF, TXT, Markdown, DOCX.
After upload, Mycelis:
- chunks content
- creates embeddings
- stores vectors in Qdrant
3) Enable KB on agent
- Open your agent
- Go to Knowledge & Tools
- Enable KB
- Save
Best practices
- keep chunks short for precision
- use structured documents
- add prompt instruction to prefer provided context