Here is an LLM-RAG application by using OpenAI where you can upload your own pdf file and can ask questions about it or can get response of your query.
conda create -n pdfbot python=3.9
conda activate pdfbot
pip install -r requirements.txt
In .env file set your API key.
streamlit run app.py