3rdSon3rdson.hashnode.dev·Oct 27, 2024How to Add Memory to RAG Applications and AI AgentsSometime in the last 5 months, I built a RAG application, and after building this RAG application, I realised there was a need to add memory to it before moving it to production. I went on YouTube and searched for videos, but I couldn’t find anything...Discuss·1 like·57 readsAI
Sujit Nirmalblackshadow.hashnode.dev·Oct 24, 2024Introduction to Chatbots and GenAIChatbots are AI-driven programs designed to simulate conversation with human users. They can be used for customer service, personal assistance, and more. Generative AI, on the other hand, involves using AI models to generate new content, such as text...Discusschatbot
Zahiruddin Tavargerezahere.com·Oct 6, 2024Parent Document Retrieval: Balancing Detail and Context for Complex QueriesWhy Use Parent Document Retrieval? Traditional RAG methods can struggle with intricate questions due to their reliance on smaller text segments that may not encapsulate the broader themes or details of the original documents. When building a RAG-base...Discuss·70 readsGenerative AIRAG
Sujit Nirmalblackshadow.hashnode.dev·Oct 5, 2024Unlocking the Power of Retrieval-Augmented Generation (RAG): A Comprehensive GuideRetrieval-Augmented Generation (RAG) is an innovative AI technique that combines the strengths of information retrieval and text generation. It enhances the capabilities of large language models (LLMs) by integrating external data sources, allowing f...DiscussRetrieval-Augmented Generation
Chai-dev682forAI / LLMchai-ai.hashnode.dev·Oct 2, 2024Learning RAG: A Practical Guide for Developers Starting OutIntroduction I started my journey with LLMs 2 years ago, and have learned a lot along the way. I have been working and mentoring other enthusiasts in this field and one of the first things that seems to trip people up is how to use RAG. In my opinion...DiscussRAG
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 26, 20246. Understanding Retrievers in detail -LangChain Retriever MethodsThis is the 6th article in my Retrieval-Augmented Generation (RAG) series. In previous articles, we explored what RAG is and how to create a vector store. Now, we’ll cover the next critical step—retrieving data from vector stores. This is a core comp...Discuss·1 like·44 readsImplementing RAG systems from Scratch in-depthRAG
Surya Maddulasuryamaddula.com·Sep 23, 2024Not RAG, but RAG Fusion? Understanding Next-Gen Info Retrieval.Not RAG, but RAG Fusion? Understanding Next-Gen Info Retrieval. AI and Natural Language Processing are advancing at an incredible pace, and now more than ever, we need better and more RELIABLE ways to find and use information. As we've all experienc...Discuss·10 likes·139 readsinformation retrival
Zahiruddin Tavargerezahere.com·Sep 23, 2024Unlocking Deep Context: Why You Should Try Multi-Representation IndexingVideo https://www.youtube.com/watch?v=v09v327xIdE Picture this: AI, not just searching for keywords, but truly grasping the intent behind your query. An AI that doesn’t just retrieve what you asked for, but what you need to know. This is the third...Discuss·93 readsGenerative AIRAG
Yogendra Porwalqasimple.hashnode.dev·Sep 21, 2024RAG App as an Enabler for TestingWhat is RAG App? A Retrieval-Augmented Generation (RAG) app is an advanced AI solution that combines two powerful technologies: retrieval-based models and generative models. Unlike traditional AI models that rely solely on pre-trained data to generat...Discuss·10 likesArtificial IntelligenceQuality Assurance
Zahiruddin Tavargerezahere.com·Sep 9, 2024RAG Explained: How 'This' Company Implemented Retrieval-Augmented GenerationVideo https://www.youtube.com/watch?v=fpbyPm5MZSM The Context TechnoHealth Solutions, a fictitious, mid-sized tech company that builds software for hospitals, has identified a critical issue facing healthcare professionals - information overload ...Discussgenerative ai