SShayintoddlerstech.hashnode.dev·2d ago · 5 min readWhere RAG Fails: Understand the Limitationsbefore discussing the limitations i would like to discuss what RAG is ? What is RAG ? RAG - Retrieval Augmented Generation This is a process that allows us to give LLM the specific knowledge to answer00
SShayintoddlerstech.hashnode.dev·Jul 1 · 12 min readHow ChatGPT Understands Your Questions?most of have you already used chatGPT but have you ever wondered how it works ? does it seems magical to you . Well every magic involves a trick and when it is exposed the magic no longer creates that00
SShayintoddlerstech.hashnode.dev·Jun 29 · 3 min readJWT Authentication in Node.js Explained Simplylets start with understanding what is authentication. Lets say 2 users visit your webapp. How will your webapp differentiate between the two ? to differentiate you will ask them their credentials that00
SShayintoddlerstech.hashnode.dev·Jun 27 · 5 min readStoring Uploaded Files and Serving Them in ExpressAll of you know what file is right and i am sure you device must be having a lot of those files arranged in folders. but the files just don't live inside in your drive , they are available on website 00
SShayintoddlerstech.hashnode.dev·Jun 21 · 3 min readSetting Up Your First Node.js Application Step-by-Steptoday i am here to give you a walkthrough of your first node.js app . Whether you use windows , mac or linux i will try to be OS neutral so anyone can follow along. Install Node.Js installing node is00