Skip to content

Commit 37c74b2

Browse files
authored
Update ChatQnA yaml and set retriever's TEI_EMBEDDING_ENDPOINT (#953)
Signed-off-by: longguang.yue <[email protected]>
1 parent 4a265ab commit 37c74b2

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/compose_qdrant.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ services:
5353
QDRANT_HOST: ${QDRANT_HOST}
5454
QDRANT_PORT: 6333
5555
INDEX_NAME: ${INDEX_NAME}
56+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
5657
restart: unless-stopped
5758
tei-reranking-service:
5859
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

ChatQnA/docker_compose/intel/hpu/gaudi/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ services:
5959
https_proxy: ${https_proxy}
6060
REDIS_URL: ${REDIS_URL}
6161
INDEX_NAME: ${INDEX_NAME}
62+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
6263
restart: unless-stopped
6364
tei-reranking-service:
6465
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

ChatQnA/docker_compose/intel/hpu/gaudi/compose_guardrails.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ services:
9696
https_proxy: ${https_proxy}
9797
REDIS_URL: ${REDIS_URL}
9898
INDEX_NAME: ${INDEX_NAME}
99+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
99100
restart: unless-stopped
100101
tei-reranking-service:
101102
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

ChatQnA/docker_compose/intel/hpu/gaudi/compose_vllm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
https_proxy: ${https_proxy}
5858
REDIS_URL: ${REDIS_URL}
5959
INDEX_NAME: ${INDEX_NAME}
60+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
6061
restart: unless-stopped
6162
tei-reranking-service:
6263
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

ChatQnA/docker_compose/intel/hpu/gaudi/compose_vllm_ray.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
https_proxy: ${https_proxy}
5858
REDIS_URL: ${REDIS_URL}
5959
INDEX_NAME: ${INDEX_NAME}
60+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
6061
restart: unless-stopped
6162
tei-reranking-service:
6263
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

ChatQnA/docker_compose/intel/hpu/gaudi/compose_without_rerank.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ services:
5959
https_proxy: ${https_proxy}
6060
REDIS_URL: ${REDIS_URL}
6161
INDEX_NAME: ${INDEX_NAME}
62+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
6263
restart: unless-stopped
6364
tgi-service:
6465
image: ghcr.io/huggingface/tgi-gaudi:2.0.5

ChatQnA/docker_compose/nvidia/gpu/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ services:
6060
https_proxy: ${https_proxy}
6161
REDIS_URL: ${REDIS_URL}
6262
INDEX_NAME: ${INDEX_NAME}
63+
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
6364
restart: unless-stopped
6465
tei-reranking-service:
6566
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5

0 commit comments

Comments
 (0)