I built my own simple RAG (Retrieval-Augmented Generation) system using React, Flask, and Python: ✨ Features: A landing page where I added a block of information. That information is saved as a PDF and extracted using PyMuPDF. Users can ask questions, and the system retrieves answers using Chroma DB vectorization and chunking. 📹 Check out the demo video below 👇 This project was a great hands-on way to understand RAG workflows, vector databases, and PDF text extraction. #Python #ReactJS #Flask #RAG #ChromaDB #PyMuPDF #AI #WebDevelopment
Really cool how you tackled the whole pipeline from PDF extraction to the Q&A interface. Sounds like you got some valuable hands-on learning out of this project.
Incredible work on the mini-project.
Cool project buddy
What a cool project. Building your own RAG system is impressive.