Skip to content

Commit e46f6ac

Browse files
letonghandmsuehir
authored andcommitted
update port for dataprep in set_env.sh (opea-project#606)
Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: dmsuehir <dina.s.jones@intel.com>
1 parent 899cf1f commit e46f6ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChatQnA/docker/gaudi/set_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export RERANK_SERVICE_HOST_IP=${host_ip}
1919
export LLM_SERVICE_HOST_IP=${host_ip}
2020
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:8888/v1/chatqna"
2121
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"

ChatQnA/docker/xeon/set_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export RERANK_SERVICE_HOST_IP=${host_ip}
1919
export LLM_SERVICE_HOST_IP=${host_ip}
2020
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:8888/v1/chatqna"
2121
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"

0 commit comments

Comments
 (0)