This repository is a demo of personalized paper reading helper using RAG and LangChain.
git clone https://github.com/xinxinlaoshi/Easy-Paper-Reading-with-LLM.git
cd Easy-Paper-Reading-with-LLM
conda create -n EasyPaperReadingEnv python=3.10
conda activate EasyPaperReadingEnv
pip install -r requirements.txt
chmod +x run.sh # makes it executable
./run.sh