| | |
| | | // 数据分析端口 |
| | | const pyHost = isWeb ? isUrl + ":9036" : isUrl + ":8000"; |
| | | //rag端口 |
| | | const ragHost = isWeb ? isUrl + ":9036" : "192.168.11.95:8080"; |
| | | const ragHost = isWeb ? isUrl + ":9036" : "192.168.11.24:8103"; |
| | | // 本地数据地址 |
| | | const pwythHost = "http://localhost/pwyth"; |
| | | //配置 |
| | |
| | | //数据分析接口 |
| | | pyServices: "http://" + pyHost + "/py", |
| | | //rag服务地址 |
| | | ragServices: "http://" + ragHost+ "/api/vi", |
| | | // ragServices: "http://" + ragHost+ "/api/vi", |
| | | ragServices: "http://" + ragHost+ "/rag_sxdw/api/vi", |
| | | imageUrl: "", |
| | | // sdk显示 |
| | | sdkImg: host + "/CimSDK/", |