A streamlit RAG web app that allows users to upload text pdfs to the app and ask questions related to it.
How to setup multiple-pdf-chat app in your local machine
git clone https://github.com/Prerak1310/Multiple_Pdf_Chat.git
cd Multiple_Pdf_Chat
pip install -r requirements.txt
- go to GROQ CLOUD to generate your API key.
- Create a .env file within project directory
- Inside the .env file place your API key in this format
GROQ_API_KEY_GIT = "------------YOUR API KEY---------------"
- Inside terminal run
streamlit run app.py
to run your app - Enjoy :D