Skip to content

Commit

Permalink
Update embedding svc test port number (#688)
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel committed Sep 13, 2024
1 parent 2ca56f3 commit 574fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/embeddings/test_embeddings_tei_langchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function validate_microservice() {
}

function validate_microservice_with_openai() {
tei_service_port=5001
tei_service_port=5002
python3 ${WORKPATH}/tests/utils/validate_svc_with_openai.py $ip_address $tei_service_port "embedding"
if [ $? -ne 0 ]; then
docker logs test-comps-embedding-tei-endpoint
Expand Down

0 comments on commit 574fecf

Please sign in to comment.