File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ export RERANK_SERVICE_HOST_IP=${host_ip}
19
19
export LLM_SERVICE_HOST_IP=${host_ip}
20
20
export BACKEND_SERVICE_ENDPOINT=" http://${host_ip} :8888/v1/chatqna"
21
21
export DATAPREP_SERVICE_ENDPOINT=" http://${host_ip} :6007/v1/dataprep"
22
- export DATAPREP_GET_FILE_ENDPOINT=" http://${host_ip} :6008 /v1/dataprep/get_file"
23
- export DATAPREP_DELETE_FILE_ENDPOINT=" http://${host_ip} :6009 /v1/dataprep/delete_file"
22
+ export DATAPREP_GET_FILE_ENDPOINT=" http://${host_ip} :6007 /v1/dataprep/get_file"
23
+ export DATAPREP_DELETE_FILE_ENDPOINT=" http://${host_ip} :6007 /v1/dataprep/delete_file"
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ export RERANK_SERVICE_HOST_IP=${host_ip}
19
19
export LLM_SERVICE_HOST_IP=${host_ip}
20
20
export BACKEND_SERVICE_ENDPOINT=" http://${host_ip} :8888/v1/chatqna"
21
21
export DATAPREP_SERVICE_ENDPOINT=" http://${host_ip} :6007/v1/dataprep"
22
- export DATAPREP_GET_FILE_ENDPOINT=" http://${host_ip} :6008 /v1/dataprep/get_file"
23
- export DATAPREP_DELETE_FILE_ENDPOINT=" http://${host_ip} :6009 /v1/dataprep/delete_file"
22
+ export DATAPREP_GET_FILE_ENDPOINT=" http://${host_ip} :6007 /v1/dataprep/get_file"
23
+ export DATAPREP_DELETE_FILE_ENDPOINT=" http://${host_ip} :6007 /v1/dataprep/delete_file"
You can’t perform that action at this time.
0 commit comments