conda create -n ultrarag python=3.10
pip install -r requirements.txt
# 运行以下脚本下载模型,默认下载到resources/models目录下
# 下载的模型列表在resources/models/model_list.txt中
python scripts/download_models.py
streamlit run ultrarag/webui/webui.py --server.fileWatcherType none