From b27b48c48843c4700bf32478666486b372d2aed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20De=20Le=C3=B3n?= <111013930+daniel-de-leon-user293@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:14:28 -0800 Subject: [PATCH] Add microservice resources to no_proxy in the main ChatQnA README (#1269) Signed-off-by: Daniel Deleon Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> --- ChatQnA/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChatQnA/README.md b/ChatQnA/README.md index 6b7dd27ad..a29dc7f3d 100644 --- a/ChatQnA/README.md +++ b/ChatQnA/README.md @@ -60,15 +60,18 @@ To set up environment variables for deploying ChatQnA services, follow these ste 3. Set up other environment variables: - > Notice that you can only choose **one** command below to set up envs according to your hardware. Other that the port numbers may be set incorrectly. + > Notice that you can only choose **one** hardware option below to set up envs according to your hardware. Make sure port numbers are set correctly as well. ```bash # on Gaudi source ./docker_compose/intel/hpu/gaudi/set_env.sh + export no_proxy="Your_No_Proxy",chatqna-gaudi-ui-server,chatqna-gaudi-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service,vllm-service,guardrails # on Xeon source ./docker_compose/intel/cpu/xeon/set_env.sh + export no_proxy="Your_No_Proxy",chatqna-xeon-ui-server,chatqna-xeon-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service,vllm-service # on Nvidia GPU source ./docker_compose/nvidia/gpu/set_env.sh + export no_proxy="Your_No_Proxy",chatqna-ui-server,chatqna-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service ``` ### Quick Start: 2.Run Docker Compose