Baseline and Ruler
Build the naive pipeline and the measurement that will later condemn it.
$72
this phase
- Open1.1
Naive RAG, Once
Free previewFixed 512-token chunks, one embedding, top-k, answer: the baseline every later change must beat.
- 1.2
Building the Question Set
Mine real user questions and label the passages that answer them, instead of generating both.
- 1.3
Retrieval Metrics
recall@k, nDCG@10 and MRR, what each one hides, and why answer accuracy will not tell you.
- 1.4
Locating the Failure
Take one wrong answer and pin it on parsing, chunking, retrieval, ranking, or generation.