Query-decompose-baselines / start /start_searchain_llm.sh
Veblen34's picture
Upload folder using huggingface_hub
cd6775d verified
Raw
History Blame Contribute Delete
353 Bytes
#!/bin/bash
# ④ 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