diff --git a/embedding/requirements.txt b/embedding/requirements.txt index 178253b6..115b1677 100644 --- a/embedding/requirements.txt +++ b/embedding/requirements.txt @@ -67,7 +67,7 @@ Pillow==10.3.0 pluggy==1.0.0 preshed==3.0.8 protobuf==3.20.3 -pydantic==1.10.4 +pydantic==1.10.8 Pygments==2.15.0 pyocclient==0.6 pyparsing==3.0.9 @@ -104,7 +104,7 @@ tomli==2.0.1 tqdm==4.64.1 typer==0.7.0 types-toml==0.10.8.3 -typing_extensions==4.4.0 +typing_extensions==4.8.0 Unidecode==1.3.6 urllib3==1.26.18 wasabi==1.1.1 diff --git a/load-balancer/src/node_config.docker.yml b/load-balancer/src/node_config.docker.yml index 3767cead..8d4eb8ae 100644 --- a/load-balancer/src/node_config.docker.yml +++ b/load-balancer/src/node_config.docker.yml @@ -2,9 +2,9 @@ docker_nodes: # This url resolves to the API of the traefik-container inside the docker-network started via docker-compose - traefik_service_api: http://athene-traefik:8080/api/http/services/ - segmentation_service_name: segmentation-athena@docker - embedding_service_name: embedding-athena@docker - clustering_service_name: clustering-athena@docker + segmentation_service_name: segmentation-athena-cofee@docker + embedding_service_name: embedding-athena-cofee@docker + clustering_service_name: clustering-athena-cofee@docker trigger_route: /trigger # To use a GPU server, uncomment the following lines and change the values to match your setup. diff --git a/segmentation/requirements.txt b/segmentation/requirements.txt index fa7cb1b8..31fbf0cf 100644 --- a/segmentation/requirements.txt +++ b/segmentation/requirements.txt @@ -1,5 +1,6 @@ fastapi==0.109.1 nltk==3.8.1 +numpy==1.24.2 requests==2.31.0 scikit-learn==1.2.1 uvicorn==0.20.0