From 040d2b7fd9aeb6af0ccffef67e3cb59b76ba3e58 Mon Sep 17 00:00:00 2001 From: Letong Han <106566639+letonghan@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:15:33 +0800 Subject: [PATCH] update port for dataprep in set_env.sh (#606) Signed-off-by: letonghan --- ChatQnA/docker/gaudi/set_env.sh | 4 ++-- ChatQnA/docker/xeon/set_env.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChatQnA/docker/gaudi/set_env.sh b/ChatQnA/docker/gaudi/set_env.sh index e024bd8a6..3b3d43336 100644 --- a/ChatQnA/docker/gaudi/set_env.sh +++ b/ChatQnA/docker/gaudi/set_env.sh @@ -19,5 +19,5 @@ export RERANK_SERVICE_HOST_IP=${host_ip} export LLM_SERVICE_HOST_IP=${host_ip} export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:8888/v1/chatqna" export DATAPREP_SERVICE_ENDPOINT="http://${host_ip}:6007/v1/dataprep" -export DATAPREP_GET_FILE_ENDPOINT="http://${host_ip}:6008/v1/dataprep/get_file" -export DATAPREP_DELETE_FILE_ENDPOINT="http://${host_ip}:6009/v1/dataprep/delete_file" +export DATAPREP_GET_FILE_ENDPOINT="http://${host_ip}:6007/v1/dataprep/get_file" +export DATAPREP_DELETE_FILE_ENDPOINT="http://${host_ip}:6007/v1/dataprep/delete_file" diff --git a/ChatQnA/docker/xeon/set_env.sh b/ChatQnA/docker/xeon/set_env.sh index 888b8f307..be8f4130f 100644 --- a/ChatQnA/docker/xeon/set_env.sh +++ b/ChatQnA/docker/xeon/set_env.sh @@ -19,5 +19,5 @@ export RERANK_SERVICE_HOST_IP=${host_ip} export LLM_SERVICE_HOST_IP=${host_ip} export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:8888/v1/chatqna" export DATAPREP_SERVICE_ENDPOINT="http://${host_ip}:6007/v1/dataprep" -export DATAPREP_GET_FILE_ENDPOINT="http://${host_ip}:6008/v1/dataprep/get_file" -export DATAPREP_DELETE_FILE_ENDPOINT="http://${host_ip}:6009/v1/dataprep/delete_file" +export DATAPREP_GET_FILE_ENDPOINT="http://${host_ip}:6007/v1/dataprep/get_file" +export DATAPREP_DELETE_FILE_ENDPOINT="http://${host_ip}:6007/v1/dataprep/delete_file"