From d0748999229726dd5dde08f685b19646b3597833 Mon Sep 17 00:00:00 2001 From: Dina Suehiro Jones Date: Wed, 2 Apr 2025 13:17:52 -0700 Subject: [PATCH] Unset TEI_EMBEDDING_ENDPOINT when running multimodal redis retriever tests Signed-off-by: Dina Suehiro Jones --- tests/retrievers/test_retrievers_redis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/retrievers/test_retrievers_redis.sh b/tests/retrievers/test_retrievers_redis.sh index 48943bbf7b..ad8e866c45 100644 --- a/tests/retrievers/test_retrievers_redis.sh +++ b/tests/retrievers/test_retrievers_redis.sh @@ -55,6 +55,7 @@ function start_multimodal_service() { export LOGFLAG=True export BRIDGE_TOWER_EMBEDDING=true export RETRIEVER_TYPE="redis" + unset TEI_EMBEDDING_ENDPOINT cd $WORKPATH/comps/retrievers/deployment/docker_compose docker compose -f compose.yaml up ${service_name_mm} -d > ${LOG_PATH}/start_services_with_compose_multimodal.log