Tag
RAG
2 articles tagged with RAG.
← All articles
ESC
↑↓ navigate ↵ open Semantic + keyword
-
Sparse vs Dense Retrieval: Why Your Search Doesn't Understand Synonyms
If your retriever misses a relevant document because the user phrased their question differently than the document's author wrote the content, the LLM generates an answer with incomplete context. It doesn't hallucinate because it's confused, it hallucinates because it never saw the right information.
-
Why How You Split Your Documents Matters More Than You Think
Before you reach for a more powerful embedding model or a larger context window, look at what you're actually feeding into a RAG pipeline. Sometimes the highest-leverage improvement isn't a better model but rather it's a better split.