Welcome to my GitHub! I'm a passionate developer working on cutting-edge projects in Generative AI, Retrieval-Augmented Generation (RAG), and LLMs. π
This project demonstrates how to build a Retrieval-Augmented Generation (RAG) system using the following stack:
- π§ LLMs from OpenAI (e.g.,
gpt-3.5-turbo) - π LangChain for orchestration
- π FAISS for vector similarity search
- π Streamlit for interactive UI
π This is a great starting point for anyone looking to build production-level AI assistants using their own data.
- π Upload PDF documents
- π§ Embed text chunks using OpenAI embeddings
- π Semantic similarity search via FAISS
- π€ Ask questions and get intelligent answers from your knowledge base
- πΌοΈ Interactive UI using Streamlit
- Clone the repo
git clone https://github.com/yourusername/traditional-rag.git cd traditional-rag