RAG with Reciprocal Rank Fusion
Stop sending bad context to your LLM — learn how RRF fixes your RAG pipeline
Jun 12, 20255 min read32
Search for a command to run...
Articles tagged with #rag
Stop sending bad context to your LLM — learn how RRF fixes your RAG pipeline
Hey everyone! I’m just starting my journey into Generative AI and stumbled across something cool: Parallel Query Retrieval. It's an easy hack to make RAG systems smarter—and I want to share it in a friendly, beginner way. 1. What’s Query Transformati...
🤔 Why do we even need RAG? Large Language Models (LLMs) like GPT, Gemini, Claude, etc. are amazing — but they come with limitations: They are trained on general data (mostly internet-based). They don’t know your business-specific or custom data (e...