Skip to content

Commit da8a2d7

Browse files
authored
Update TEI from 1.5 to 1.7 in compose_openai.yaml
1 parent cb4a12a commit da8a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FinanceAgent/docker_compose/intel/cpu/xeon/compose_openai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ x-common-agent-environment:
2424
services:
2525

2626
tei-embedding-serving:
27-
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
27+
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.7
2828
container_name: tei-embedding-serving
2929
entrypoint: /bin/sh -c "apt-get update && apt-get install -y curl && text-embeddings-router --json-output --model-id ${EMBEDDING_MODEL_ID} --auto-truncate"
3030
ports:

0 commit comments

Comments
 (0)