File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
microservices-connector/config/samples/ChatQnA Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ The ChatQnA uses the below prebuilt images if you choose a Xeon deployment
19
19
- dataprep-redis: opea/dataprep-redis: latest
20
20
- tei_xeon_service: ghcr.io/huggingface/text-embeddings-inference: cpu-1 .5
21
21
- 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
23
23
- redis-vector-db: redis/redis-stack:7.2.0-v9
24
24
25
25
Should you desire to use the Gaudi accelerator, two alternate images are used for the embedding and llm services.
26
26
For Gaudi:
27
27
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
30
30
31
31
## Deploy ChatQnA pipeline
32
32
You can’t perform that action at this time.
0 commit comments