# rag **Repository Path**: JackeyLove99/rag ## Basic Information - **Project Name**: rag - **Description**: rag服务仓库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-13 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hello RAG ## commands ### command for start service(background): ~~~bash conda activate bce nohup python -u services/search.py --port 20003 >> 20003_0605F.txt 2>&1 & ~~~ # TEST ~~~bash conda activate bce lsof -i:20010 nohup python -u services/search.py --port 20010 > 20010.txt 2>&1 & ~~~ ### command for start service(front): ~~~bash conda activate bce python services/search.py --isdebug ~~~ ### get port pid lsof -i:20003