| # [ragqa] ③ICL(Socratic Questioning)查询分解服务(端口 50003)。 | |
| # 需要 CHATANYWHERE_API_KEY(gpt-4o-mini);检索依赖 8895 ColBERT 服务(见 icl_colber.sh)。 | |
| export CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES:-0} | |
| HERE="$(cd "$(dirname "$0")" && pwd)" | |
| cd "$HERE/../icl/socratic_questioning/socratic_questioning_textOnly/code" && python server_socratic_questioning_utils.py | |