File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ services:
5353 QDRANT_HOST : ${QDRANT_HOST}
5454 QDRANT_PORT : 6333
5555 INDEX_NAME : ${INDEX_NAME}
56+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
5657 restart : unless-stopped
5758 tei-reranking-service :
5859 image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ services:
5959 https_proxy : ${https_proxy}
6060 REDIS_URL : ${REDIS_URL}
6161 INDEX_NAME : ${INDEX_NAME}
62+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
6263 restart : unless-stopped
6364 tei-reranking-service :
6465 image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ services:
9696 https_proxy : ${https_proxy}
9797 REDIS_URL : ${REDIS_URL}
9898 INDEX_NAME : ${INDEX_NAME}
99+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
99100 restart : unless-stopped
100101 tei-reranking-service :
101102 image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ services:
5757 https_proxy : ${https_proxy}
5858 REDIS_URL : ${REDIS_URL}
5959 INDEX_NAME : ${INDEX_NAME}
60+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
6061 restart : unless-stopped
6162 tei-reranking-service :
6263 image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ services:
5757 https_proxy : ${https_proxy}
5858 REDIS_URL : ${REDIS_URL}
5959 INDEX_NAME : ${INDEX_NAME}
60+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
6061 restart : unless-stopped
6162 tei-reranking-service :
6263 image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ services:
5959 https_proxy : ${https_proxy}
6060 REDIS_URL : ${REDIS_URL}
6161 INDEX_NAME : ${INDEX_NAME}
62+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
6263 restart : unless-stopped
6364 tgi-service :
6465 image : ghcr.io/huggingface/tgi-gaudi:2.0.5
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ services:
6060 https_proxy : ${https_proxy}
6161 REDIS_URL : ${REDIS_URL}
6262 INDEX_NAME : ${INDEX_NAME}
63+ TEI_EMBEDDING_ENDPOINT : ${TEI_EMBEDDING_ENDPOINT}
6364 restart : unless-stopped
6465 tei-reranking-service :
6566 image : ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
You can’t perform that action at this time.
0 commit comments