| # ④ SearChain 的 LLM 推理链服务,端口 50008(GET /execute)。需要 DEEPSEEK_API_KEY。 | |
| # 完整闭环还需另起:Server/baseline_serve.py(socket 50001)+ start_colbert.sh(8895)。 | |
| # 详见 使用说明.md 第 4 节。 | |
| HERE="$(cd "$(dirname "$0")/.." && pwd)" | |
| cd "$HERE/methods/searchain" && python baseline_SCwIR.py | |