Skip to content

Commit 52b9172

Browse files
authored
Unset TEI_EMBEDDING_ENDPOINT when running multimodal redis retriever tests (opea-project#1515)
Signed-off-by: Dina Suehiro Jones <[email protected]>
1 parent 80ef317 commit 52b9172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/retrievers/test_retrievers_redis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function start_multimodal_service() {
5555
export LOGFLAG=True
5656
export BRIDGE_TOWER_EMBEDDING=true
5757
export RETRIEVER_TYPE="redis"
58+
unset TEI_EMBEDDING_ENDPOINT
5859

5960
cd $WORKPATH/comps/retrievers/deployment/docker_compose
6061
docker compose -f compose.yaml up ${service_name_mm} -d > ${LOG_PATH}/start_services_with_compose_multimodal.log

0 commit comments

Comments
 (0)