- create conda env
cd backend # cd root file
conda create -n myenv python=3.9
conda activate myenv
- installing the dependencies
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
- start to deploy web application on port 3333
python plugins.py
A: click to pdf repo to figure out how to solve this problem
A:
- refer to RAG procedure to understand how it works
- refer to RAG demo to understand how to code
- refer to RAG improvements to know how to improve a RAG application