File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ services:
88
88
https_proxy : ${https_proxy}
89
89
REDIS_URL : ${REDIS_URL}
90
90
INDEX_NAME : ${INDEX_NAME}
91
+ BRIDGE_TOWER_EMBEDDING : ${BRIDGE_TOWER_EMBEDDING}
91
92
restart : unless-stopped
92
93
lvm-llava :
93
94
image : ${REGISTRY:-opea}/lvm-llava:${TAG:-latest}
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ services:
88
88
https_proxy : ${https_proxy}
89
89
REDIS_URL : ${REDIS_URL}
90
90
INDEX_NAME : ${INDEX_NAME}
91
+ BRIDGE_TOWER_EMBEDDING : ${BRIDGE_TOWER_EMBEDDING}
91
92
restart : unless-stopped
92
93
tgi-gaudi :
93
94
image : ghcr.io/huggingface/tgi-gaudi:2.0.6
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def add_remote_service(self):
54
54
name = "retriever" ,
55
55
host = MM_RETRIEVER_SERVICE_HOST_IP ,
56
56
port = MM_RETRIEVER_SERVICE_PORT ,
57
- endpoint = "/v1/multimodal_retrieval " ,
57
+ endpoint = "/v1/retrieval " ,
58
58
use_remote_service = True ,
59
59
service_type = ServiceType .RETRIEVER ,
60
60
)
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ function setup_env() {
41
41
export REDIS_URL=" redis://${host_ip} :6379"
42
42
export REDIS_HOST=${host_ip}
43
43
export INDEX_NAME=" mm-rag-redis"
44
+ export BRIDGE_TOWER_EMBEDDING=true
44
45
export LLAVA_SERVER_PORT=8399
45
46
export LVM_ENDPOINT=" http://${host_ip} :8399"
46
47
export EMBEDDING_MODEL_ID=" BridgeTower/bridgetower-large-itm-mlm-itc"
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ function setup_env() {
39
39
export REDIS_URL=" redis://${host_ip} :6379"
40
40
export REDIS_HOST=${host_ip}
41
41
export INDEX_NAME=" mm-rag-redis"
42
+ export BRIDGE_TOWER_EMBEDDING=true
42
43
export LLAVA_SERVER_PORT=8399
43
44
export LVM_ENDPOINT=" http://${host_ip} :8399"
44
45
export LVM_MODEL_ID=" llava-hf/llava-1.5-7b-hf"
You can’t perform that action at this time.
0 commit comments