Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/retrievers/test_retrievers_redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down