Today, I read a news article about Microsoft closing its physical library. I felt sad because I was a regular user of the MS Library during my Microsoft days. Change is the only constant in life. There may be reasons for this step, but the MS Library will always hold a special place in my…
Month: January 2026
RAG : Retrieval Augmented Generation
What is the need for RAG? LLMs are taught on a vast amount of data. They can answer queries based on the trained data set. If you ask any query about things not covered in the dataset, LLMs may hallucinate and provide incorrect answers. LLMs are very powerful, but are also costly to train. Only…