- City Chapter: Vancouver
- Draft Title: RAG System, Best approach (Hybrid Retrieval)
- Length: 20 minutes
In this demo, I show how I built a Retrieval-Augmented Generation (RAG) I explain how I extract text from PDFs split the content into chunks, generate embeddings with OpenAI, and store them in FAISS for similarity search. Then, I show how the system retrieves the most relevant chunks and uses an LLM to generate accurate answers. I also discuss challenges like “lost in the middle” and how better retrieval improves response quality.
Speaker Bio (optional)
👍 Audience: React with 👍 on this issue to upvote this talk! Top-voted proposals get priority scheduling.
In this demo, I show how I built a Retrieval-Augmented Generation (RAG) I explain how I extract text from PDFs split the content into chunks, generate embeddings with OpenAI, and store them in FAISS for similarity search. Then, I show how the system retrieves the most relevant chunks and uses an LLM to generate accurate answers. I also discuss challenges like “lost in the middle” and how better retrieval improves response quality.
Speaker Bio (optional)
github: https://github.com/murilofarias10
personal portfolio: https://murilofarias.netlify.app/