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 566cf93 commit 5d39506Copy full SHA for 5d39506
ChatQnA/docker/xeon/compose.yaml
@@ -67,6 +67,7 @@ services:
67
REDIS_URL: ${REDIS_URL}
68
INDEX_NAME: ${INDEX_NAME}
69
TEI_EMBEDDING_ENDPOINT: ${TEI_EMBEDDING_ENDPOINT}
70
+ HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
71
restart: unless-stopped
72
tei-reranking-service:
73
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
CodeGen/docker/docker_build_compose.yaml
@@ -21,7 +21,7 @@ services:
21
context: ui
22
dockerfile: ./docker/Dockerfile.react
23
extends: codegen
24
- image: ${REGISTRY:-opea}/codegen-conversation-ui:${TAG:-latest}
+ image: ${REGISTRY:-opea}/codegen-react-ui:${TAG:-latest}
25
llm-tgi:
26
build:
27
context: GenAIComps
0 commit comments