How RAG Makes LLMs Smarter
What is the RAG?
it retrieved relevant information from the external source such as doc, DB, Website and using LLM it generates the answer based on retrieved data.
What RAG solves problems?
1. Hallucination
LLMs sometimes generate confident but incor...
onkark.hashnode.dev3 min read