Skip to content

Commit b27b48c

Browse files
daniel-de-leon-user293pre-commit-ci[bot]ashahba
authored
Add microservice resources to no_proxy in the main ChatQnA README (#1269)
Signed-off-by: Daniel Deleon <daniel.de.leon@intel.com> 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>
1 parent 0bf1d0b commit b27b48c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ChatQnA/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,18 @@ To set up environment variables for deploying ChatQnA services, follow these ste
6060

6161
3. Set up other environment variables:
6262

63-
> 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.
63+
> 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.
6464
6565
```bash
6666
# on Gaudi
6767
source ./docker_compose/intel/hpu/gaudi/set_env.sh
68+
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
6869
# on Xeon
6970
source ./docker_compose/intel/cpu/xeon/set_env.sh
71+
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
7072
# on Nvidia GPU
7173
source ./docker_compose/nvidia/gpu/set_env.sh
74+
export no_proxy="Your_No_Proxy",chatqna-ui-server,chatqna-backend-server,dataprep-redis-service,tei-embedding-service,retriever,tei-reranking-service,tgi-service
7275
```
7376

7477
### Quick Start: 2.Run Docker Compose

0 commit comments

Comments
 (0)