SMShivank Mittalinai-introduciton.hashnode.dev·Apr 19, 2025 · 2 min readParallel Query Retrieval (Fan Out Architecture)Let’s first understand what a basic RAG Retrieval-Augmented Generation looks like. Why do we need Parallel Query Retrieval? The above diagram explains how the flow of the User question leads to the answer.Although this flow works well, it has its fl...00
SMShivank Mittalinai-introduciton.hashnode.dev·Apr 8, 2025 · 3 min readUnderstanding AI: Essential Terms for BeginnersAI is a prediction mechanism, which predicts sequentially to produce an output. In this article, we are going to understand some basic termonologies about the architecture and the working of AI. As mentioned, it is nothing but a prediction mechanism ...00