TTarannumintarannum.hashnode.dev·Oct 23, 2024 · 5 min readBuilding your own basic RAG Pipeline with Langchain and Llama3 - Part 1In simple words, a RAG pipeline, retrieves texts from a retriever, asks a text generation model to augment it’s response. Describing more, it retrieves relevant documents or data chunks from a large corpus using a retriever, then feeds this informati...00
TTarannumintarannum.hashnode.dev·May 12, 2023 · 3 min readHow to give monolithic applications a second chance at life?A monolithic application is a software application that is built as a single, self-contained unit. It is a traditional approach to software development in which all the components of an application, including the user interface, business logic, and d...01A
TTarannumintarannum.hashnode.dev·May 9, 2023 · 1 min readHow to quit out of docker desktop running in the background on windows?Are you tired of docker running in your background even when all the containers are stopped? Is it bothering you and your laptop? Is it draining energy? PS: This article is to stop/quit docker desktop and not docker containers. Worry not! With these ...00
TTarannumintarannum.hashnode.dev·May 5, 2023 · 1 min readHow I'm planning to use Leetcode for my interview prep? Let's see!Hey, I'm Tarannum, a CS student. I've started my journey on leetcode and I'm here to share my experiences. I take a problem that is easy/medium. If you suddenly start with a hard problem you feel overwhelmed and you feel like quitting. How do I know?...01A