STSuvansh Tembeinsuvanshtembe.hashnode.dev·Feb 19 · 8 min readBuild Your First RAG Pipeline with LangChainIn the last article, we talked about what RAG is and why we use it. Now let’s actually build one. This article assumes you already understand basic RAG concepts from the previous post. 🦜What is LangC00
STSuvansh Tembeinsuvanshtembe.hashnode.dev·Feb 14 · 5 min readBasic R.A.G SimplifiedYou ask an AI a question about your college assignment, and it confidently gives a completely wrong answer. So you upload your document instead, and suddenly the answers become accurate. What changed? That’s RAG working behind the scenes. RAG = Retri...00