RAG
Retrieval path
A search pipeline that delivers text and leaves the model to infer the architecture.
- 1
Search
Find files that look "relevant."
- 2
Embed
Turn code chunks into vectors.
- 3
Retrieve
Rank nearby text by similarity.
- 4
Stuff
Paste raw files into context.
- 5
Infer
Ask the model to reconstruct the system from retrieved text.
Output: raw context. The model still has to infer what matters.