We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4a12a commit da8a2d7Copy full SHA for da8a2d7
FinanceAgent/docker_compose/intel/cpu/xeon/compose_openai.yaml
@@ -24,7 +24,7 @@ x-common-agent-environment:
24
services:
25
26
tei-embedding-serving:
27
- image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
+ image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.7
28
container_name: tei-embedding-serving
29
entrypoint: /bin/sh -c "apt-get update && apt-get install -y curl && text-embeddings-router --json-output --model-id ${EMBEDDING_MODEL_ID} --auto-truncate"
30
ports:
0 commit comments