Skip to content

Commit

Permalink
Update the image version for ChatQnA examples (#440)
Browse files Browse the repository at this point in the history
* update the image version for ChatQnA examples.
Signed-off-by: zhlsunshine <[email protected]>
  • Loading branch information
Steve Zhang authored Sep 19, 2024
1 parent 032ddbc commit 593458c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions microservices-connector/config/samples/ChatQnA/use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ The ChatQnA uses the below prebuilt images if you choose a Xeon deployment
- dataprep-redis: opea/dataprep-redis:latest
- tei_xeon_service: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
- tei_embedding_service: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
- tgi-service: ghcr.io/huggingface/text-generation-inference:sha-e4201f4-intel-cpu
- tgi-service: ghcr.io/huggingface/text-generation-inference:2.2.0
- redis-vector-db: redis/redis-stack:7.2.0-v9

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

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

## Deploy ChatQnA pipeline

Expand Down

0 comments on commit 593458c

Please sign in to comment.