简体中文
.vscode/launch.json
{ "configurations": [ { "name": "UltraRAG Debug", "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/src/ultrarag_mcp/client.py", "console": "integratedTerminal", "args": [ "run", "${workspaceFolder}/examples/xxx.yaml" # 替换为你的 Pipeline 配置文件路径 ], "cwd": "${workspaceFolder}", } ] }
此页面对您有帮助吗?