Skip to content

Commit

Permalink
Fix broken requirements in embedding and segmentation service, and up…
Browse files Browse the repository at this point in the history
…date traefik service names (#111)
  • Loading branch information
maximiliansoelch committed Aug 8, 2024
1 parent 25fdf03 commit 94c7954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions embedding/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions load-balancer/src/node_config.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions segmentation/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 94c7954

Please sign in to comment.