How can AI deliver answers you can trust? This session introduces Retrieval-Augmented Generation (RAG) and its applications in research assistance, customer support, compliance, and policy Q&A. You’ll learn: How RAG works in simple terms; Why it’s essential for businesses today; How to deploy it in the cloud with AWS; A short demo and architecture overview for practical insights.
talk-data.com
Topic
retrieval-augmented generation
8
tagged
Activity Trend
Top Events
Unlock the power of AI agents—even if you’re just starting out. In this hands-on, beginner-friendly workshop, you'll go from understanding how Large Language Models (LLMs) work to building a real AI agent using Python, LangChain, and LangGraph. Live Demo: Your First AI Agent — follow along as we build an AI agent that retrieves, reasons, and responds using LangChain and LangGraph.
Un.e data scientist vous présentera notre implémentation d’un RAG pour l’exploration des podcasts de Radio France
Talk description TBC
Overview of Retrieval-Augmented Generation.
In this talk, I will present some of the latest advances in retrieval-augmented generation(RAG) techniques, which combine the strengths of both retrieval-based and generative approaches for chatbot development. Retrieval-based methods can leverage existing text documents to provide informative and coherent responses, while generative methods can produce novel and engaging conversations personalized to the user.
LLMs like GPT can give useful answers to many questions, but there are also well-known issues with their output: The responses may be outdated, inaccurate, or outright hallucinations, and it’s hard to know when you can trust them. And they don’t know anything about you or your organization private data (we hope). RAG can help reduce the problems with “hallucinated” answers, and make the responses more up-to-date, accurate, and personalized - by injecting related knowledge, including non-public data. In this talk, we’ll go through what RAG means, demo some ways you can implement it - and warn of some traps you still have to watch out for.
In this talk we will have a look at Haystack, an open source LLM framework, and how we can use it to create custom, private search systems on our own data. We will look at how we can build retrieval augmented generative pipelines for our Notion pages, and how Haystack can help you create custom tooling for larger NLP applications.