From 9657f7bc835583816e0580bd5de745193cd1492f Mon Sep 17 00:00:00 2001 From: Ying Hu Date: Thu, 22 Aug 2024 16:02:55 +0800 Subject: [PATCH] Update set_env.sh (#644) --- ChatQnA/docker/xeon/set_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ChatQnA/docker/xeon/set_env.sh b/ChatQnA/docker/xeon/set_env.sh index be8f4130f..d2cfd86d3 100644 --- a/ChatQnA/docker/xeon/set_env.sh +++ b/ChatQnA/docker/xeon/set_env.sh @@ -12,6 +12,7 @@ export TEI_RERANKING_ENDPOINT="http://${host_ip}:8808" export TGI_LLM_ENDPOINT="http://${host_ip}:9009" export REDIS_URL="redis://${host_ip}:6379" export INDEX_NAME="rag-redis" +export REDIS_HOST=${host_ip} export MEGA_SERVICE_HOST_IP=${host_ip} export EMBEDDING_SERVICE_HOST_IP=${host_ip} export RETRIEVER_SERVICE_HOST_IP=${host_ip}