Rachit Khuranablog.rachitkhurana.tech·14 hours agoFeaturedBuilding a RAG with Supabase Vector & OpenAIAs AI continues to evolve, one of the limitations of generative AI is its tendency to hallucinate—producing inaccurate or nonsensical outputs, especially when it lacks relevant context. This is where Retrieval-Augmented Generation (RAG) comes in. RAG...Discuss·23 likes·67 readsAI
Zahiruddin Tavargerezahere.com·17 hours agoMastering Chunking for RAG: Semantic vs Recursive vs Fixed SizeNote: The read-time of this article was going beyond 4 minutes, so I am sharing the video instead. This is part of the Advanced RAG Series: Part 1 When working with Retrieval Augmented Generation (RAG) models, selecting the right chunking method ca...DiscussRAG
Farzad Sunavalafarzzy.hashnode.dev·Sep 15, 2024Building a Healthcare AI Agent: Integrating Medical Guidelines for Real-World SolutionsIntroduction Artificial intelligence (AI) is rapidly transforming industries by enhancing decision-making and operational efficiencies. In healthcare, AI has the potential to revolutionize patient care by offering tailored recommendations that help c...Discuss·1 like·146 readsLlamaParse
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 12, 20245.Vector Stores: Efficient Storage and Retrieval for EmbeddingsIn this continuation of our series of Retrieval-Augmented Generation (RAG), we will learn about the final step of the ingestion pipeline—vector stores. Previously, we covered embeddings in detail, from understanding what they are to implementing them...AbuBakar Zafar and 1 other are discussing this2 people are discussing thisDiscuss·12 likes·47 readsImplementing RAG systems from Scratch in-depthTutorial
Sachin Nandanwarwww.azureguru.net·Sep 12, 2024LLMs with Cosmos DB - Part 2In the first article of the series, I demonstrated how to implement vector embedding for text data stored in cosmos DB. In this article, we will explore how to leverage vector embeddings through OpenAI services to create RAG-based LLM responses on th...DiscussLLM with Cosmos DBCosmosDB
Yashkumar Dubeyblogwithdubey.hashnode.dev·Sep 10, 2024Unlocking the Power of Retrieval-Augmented Generation (RAG): The Future of Intelligent Content GenerationIn the evolving world of AI, Retrieval-Augmented Generation (RAG) stands out as the best of two AI paradigms: retrieval-based models and generative models. It enhances the accuracy and relevance of content, taking it far beyond the limitations of tra...DiscussAI
Stephen Collinssteve555.hashnode.dev·Sep 9, 2024FeaturedHow to Scale GraphRAG with Neo4j for Efficient Document QueryingNote: 9/12/24 - This update replaces the code examples that use EOL (end of life) py2neo package with the official neo4j Python driver. In this tutorial, I will walk through the example implementation of an architecture for a scalable GraphRAG system...Discuss·23 likes·91 readsgraphrag
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
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 7, 20244. Embeddings Explained - Next in RAG SeriesIn our previous article, we explored and discussed the concept of splitting documents into chunks. Now, we'll talk next crucial step: embeddings. For this purpose, we use embedding models. They take input and convert it into a numerical representatio...Discuss·29 readsImplementing RAG systems from Scratch in-depthvector embeddings
David MezzettiforNeuMLneuml.hashnode.dev·Sep 6, 2024Embeddings index format for open data accesstxtai is an all-in-one embeddings database for semantic search, LLM orchestration and language model workflows. The main programming language with txtai is Python. A key tenet is that the underlying data in an embeddings index is accessible without t...Discuss·54 readsTutorial series on txtaiAI