We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac324a9 commit 9657f7bCopy full SHA for 9657f7b
ChatQnA/docker/xeon/set_env.sh
@@ -12,6 +12,7 @@ export TEI_RERANKING_ENDPOINT="http://${host_ip}:8808"
12
export TGI_LLM_ENDPOINT="http://${host_ip}:9009"
13
export REDIS_URL="redis://${host_ip}:6379"
14
export INDEX_NAME="rag-redis"
15
+export REDIS_HOST=${host_ip}
16
export MEGA_SERVICE_HOST_IP=${host_ip}
17
export EMBEDDING_SERVICE_HOST_IP=${host_ip}
18
export RETRIEVER_SERVICE_HOST_IP=${host_ip}
0 commit comments