restart.sh 255 Bytes
#!/bin/bash

# Unified restart script for saas-search services

cd "$(dirname "$0")"

START_EMBEDDING=1 START_TRANSLATOR=1 START_RERANKER=1 START_TEI=1 CNCLIP_DEVICE=cuda TEI_USE_GPU=1 ./scripts/service_ctl.sh restart

# ./scripts/service_ctl.sh restart