Skip to content

Commit

Permalink
Corrected the ports
Browse files Browse the repository at this point in the history
  • Loading branch information
AI Workloads committed Sep 18, 2024
1 parent 35c02ad commit e13bce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChatQnA/tests/test_compose_pinecone_on_xeon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ function start_services() {
export LLM_SERVICE_HOST_IP=${ip_address}
export BACKEND_SERVICE_ENDPOINT="http://${ip_address}:8888/v1/chatqna"
export DATAPREP_SERVICE_ENDPOINT="http://${ip_address}:6007/v1/dataprep"
export DATAPREP_GET_FILE_ENDPOINT="http://${ip_address}:6007/v1/dataprep/get_file"
export DATAPREP_DELETE_FILE_ENDPOINT="http://${ip_address}:6007/v1/dataprep/delete_file"
export DATAPREP_GET_FILE_ENDPOINT="http://${ip_address}:6008/v1/dataprep/get_file"
export DATAPREP_DELETE_FILE_ENDPOINT="http://${ip_address}:6009/v1/dataprep/delete_file"

sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env

Expand Down Expand Up @@ -150,7 +150,7 @@ function validate_microservices() {

# test /v1/dataprep/delete_file
validate_services \
"http://${ip_address}:6007/v1/dataprep/delete_file" \
"http://${ip_address}:6009/v1/dataprep/delete_file" \
'{"status":true}' \
"dataprep_del" \
"dataprep-pinecone-server"
Expand Down

0 comments on commit e13bce5

Please sign in to comment.