Adapt refactor comps (#1340)

Signed-off-by: WenjiaoYue
This commit is contained in:
WenjiaoYue
2025-01-08 10:36:24 +08:00
committed by GitHub
parent 28206311fd
commit 9970605460
25 changed files with 39 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ function build_docker_images_for_retrieval_tool(){
# git clone https://github.com/opea-project/GenAIComps.git && cd GenAIComps && git checkout "${opea_branch:-"main"}" && cd ../
get_genai_comps
echo "Build all the images with --no-cache..."
service_list="doc-index-retriever dataprep-redis embedding retriever-redis reranking-tei"
service_list="doc-index-retriever dataprep-redis embedding retriever-redis reranking"
docker compose -f build.yaml build ${service_list} --no-cache
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.5