A RAG (Retrieval-Augmented Generation) app that lets you chat with any PDF using LangChain, ChromaDB, and OpenAI.
- LangChain
- ChromaDB
- OpenAI (gpt-4o-mini + text-embedding-3-small)
- Clone the repo
- pip install -r requirements.txt
- Add your OpenAI API key to .env
- Run python main.py