Creating a Retreival Augmented Generation pipeline. I have created this repository to essentially practice some concepts of RAG pipelines, LLMS and working with LangChain. This repository is inspired by Prompt Engineer
on Youtube
.
- pip install -r requirements.txt
- Set OpenAI API Key environment variable
export OPENAI_API_KEY=YOUR_API_KEY' >> ~/.bashrc
- Start the application
streamlit run app.py