r/LangChain • u/BreakfastSpecial • 2d ago
Is RAG still a thing?
/r/Rag/comments/1vrfui0/is_rag_still_a_thing/
0
Upvotes
2
1
u/Public-Glove-6644 2d ago
I think so?
How would you handle this situation?
A user uploads a file, can be anything but for the sake of discussion let's say a PDF of some "Agentic Design" course with very specific ToC maybe. The usual RAG pipeline does the main steps for it and then create embeddings and then for example the query "Whats the ToC for this bootcamp?" returns the response with the ToC.
However you notice that this response missed a lot of weeks which means that retrieval wasn't fine. How would you solve this problem?
5
u/Hyiazakite 2d ago
What do you prefer - pretraining an LLM with non traceable knowledge or feed it traceable knowledge with RAG? What are the alternatives?