Guide
ยท
12 min min read
RAG pipeline with your own documents
RAG pipeline with your own documents
From PDF upload to chunking and semantic retrieval: full setup guide for a Mycelis knowledge base.
Upload and structure
- Group documents by topic.
- Split large files into logical units.
- Introduce versioning for document revisions.
Chunking
- Match chunk size to content type.
- Keep overlap only as high as needed.
- Regularly review retrieval quality.
Retrieval and answer quality
- Test top-k and reranking.
- Return source references with answers.
- Explicitly state when information is missing.