Llama2-RAG-for-PDF

Ask about pdf based on llama2 based model without deep vectorstore.

simply launched by streamlit with upload function.

Followed below information :

conda create -n your_envs_name python=3.10
cd your_envs_name

Install from the requirements.txt

pip install -r requirements.txt
streamlit run app.py