Skip to content

Commit

Permalink
Update set_env.sh (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinghu5 committed Aug 22, 2024
1 parent ac324a9 commit 9657f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChatQnA/docker/xeon/set_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9657f7b

Please sign in to comment.