Skip to content

Commit fc83b09

Browse files
committed
Update set_env to match test script
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
1 parent e1b4279 commit fc83b09

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

VideoQnA/docker_compose/intel/cpu/xeon/set_env.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export VDMS_HOST=${host_ip}
2929
export BACKEND_PORT=8888
3030
export DATAPREP_PORT=6007
3131
export EMBEDDER_PORT=6990
32-
export LVM_PORT=9399 # 9000, 9399
32+
export MULTIMODAL_CLIP_EMBEDDER_PORT=6991
33+
export LVM_PORT=9399
3334
export RERANKING_PORT=8000
3435
export RETRIEVER_PORT=7000
3536
export UI_PORT=5173
@@ -38,9 +39,10 @@ export VIDEO_LLAMA_PORT=9009
3839

3940
export BACKEND_HEALTH_CHECK_ENDPOINT="http://${host_ip}:${BACKEND_PORT}/v1/health_check"
4041
export BACKEND_SERVICE_ENDPOINT="http://${host_ip}:${BACKEND_PORT}/v1/videoqna"
42+
export CLIP_EMBEDDING_ENDPOINT="http://${host_ip}:${MULTIMODAL_CLIP_EMBEDDER_PORT}"
4143
export DATAPREP_GET_FILE_ENDPOINT="http://${host_ip}:${DATAPREP_PORT}/v1/dataprep/get"
4244
export DATAPREP_GET_VIDEO_LIST_ENDPOINT="http://${host_ip}:${DATAPREP_PORT}/v1/dataprep/get_videos"
43-
export DATAPREP_INGEST_SERVICE_ENDPOINT="http://${host_ip}:${DATAPREP_PORT}/v1/dataprep/ingest"
45+
export DATAPREP_INGEST_SERVICE_ENDPOINT="http://${host_ip}:${DATAPREP_PORT}/v1/dataprep/ingest_videos"
4446
export EMBEDDING_ENDPOINT="http://${host_ip}:${EMBEDDER_PORT}/v1/embeddings"
4547
export FRONTEND_ENDPOINT="http://${host_ip}:${UI_PORT}/_stcore/health"
4648
export LVM_ENDPOINT="http://${host_ip}:${VIDEO_LLAMA_PORT}"
@@ -50,4 +52,4 @@ export RETRIEVER_ENDPOINT="http://${host_ip}:${RETRIEVER_PORT}/v1/retrieval"
5052
export TEI_RERANKING_ENDPOINT="http://${host_ip}:${TEI_RERANKING_PORT}"
5153
export UI_ENDPOINT="http://${host_ip}:${UI_PORT}/_stcore/health"
5254

53-
export no_proxy="${NO_PROXY},${host_ip},vdms-vector-db,dataprep-vdms-server,clip-embedding-server,multimodal-clip-embedding,reranking-tei-server,retriever-vdms-server,lvm-video-llama,lvm,videoqna-xeon-backend-server,videoqna-xeon-ui-server"
55+
export no_proxy="${NO_PROXY},${host_ip},vdms-vector-db,dataprep-vdms-server,clip-embedding-server,reranking-tei-server,retriever-vdms-server,lvm-video-llama,lvm,videoqna-xeon-backend-server,videoqna-xeon-ui-server"

0 commit comments

Comments
 (0)