© 2026 Hashnode
if you don’t or less knowledge about RAG, check it out blog first - link unless you can’t get topic What is Query Decomposition Query decomposition is advance RAG techniques used to breaking down complex problem into multiples sub-problems, basicall...

🚀 Introduction Retrieval-Augmented Generation (RAG) has transformed how Large Language Models (LLMs) access and use external knowledge. But a single query — especially if it's vague or multi-step — often isn't enough to retrieve the most relevant in...

Chain of Thought technique actually breaks down user query into simpler sub-queries, and process them Sequentially , providing previous query output as context to next query processing , which results in getting better Response at End. Chain of Tho...
