This project is a proof-of-concept Retrieval Augmented Generation (RAG) chatbot that integrates a car manual (MG ZS) with an OpenAI model to provide answers to car warning messages.
- Uses LangChain and ChromaDB
- Integrates OpenAI's GPT-4o-mini
- Loads HTML car manual, splits content, creates embeddings, and answers queries
- Clone the repo
- Add your
OPENAI_API_KEYas an environment variable - Run the
main.ipynbnotebook
pip install -r requirements.txt
export OPENAI_API_KEY=your_key_here