Skip to content

Commit 9657f7b

Browse files
authored
Update set_env.sh (#644)
1 parent ac324a9 commit 9657f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ChatQnA/docker/xeon/set_env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export TEI_RERANKING_ENDPOINT="http://${host_ip}:8808"
1212
export TGI_LLM_ENDPOINT="http://${host_ip}:9009"
1313
export REDIS_URL="redis://${host_ip}:6379"
1414
export INDEX_NAME="rag-redis"
15+
export REDIS_HOST=${host_ip}
1516
export MEGA_SERVICE_HOST_IP=${host_ip}
1617
export EMBEDDING_SERVICE_HOST_IP=${host_ip}
1718
export RETRIEVER_SERVICE_HOST_IP=${host_ip}

0 commit comments

Comments
 (0)