Skip to content

Commit 593458c

Browse files
authored
Update the image version for ChatQnA examples (#440)
* update the image version for ChatQnA examples. Signed-off-by: zhlsunshine <[email protected]>
1 parent 032ddbc commit 593458c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

microservices-connector/config/samples/ChatQnA/use_cases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ The ChatQnA uses the below prebuilt images if you choose a Xeon deployment
1919
- dataprep-redis: opea/dataprep-redis:latest
2020
- tei_xeon_service: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
2121
- tei_embedding_service: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
22-
- tgi-service: ghcr.io/huggingface/text-generation-inference:sha-e4201f4-intel-cpu
22+
- tgi-service: ghcr.io/huggingface/text-generation-inference:2.2.0
2323
- redis-vector-db: redis/redis-stack:7.2.0-v9
2424

2525
Should you desire to use the Gaudi accelerator, two alternate images are used for the embedding and llm services.
2626
For Gaudi:
2727

28-
- tei-embedding-service: opea/tei-gaudi:latest
29-
- tgi-service: ghcr.io/huggingface/tgi-gaudi:1.2.1
28+
- tei-embedding-service: ghcr.io/huggingface/tei-gaudi:synapse_1.16
29+
- tgi-service: ghcr.io/huggingface/tgi-gaudi:2.0.1
3030

3131
## Deploy ChatQnA pipeline
3232

0 commit comments

Comments
 (0)