diff --git a/infrastructure/configs/backend/config.toml b/infrastructure/configs/backend/config.toml index a395b59..0e738ce 100644 --- a/infrastructure/configs/backend/config.toml +++ b/infrastructure/configs/backend/config.toml @@ -24,4 +24,4 @@ access_key = "" secret_key = "" [ml_api] -url = "http://ml:8080" +url = "http://ml:8081" diff --git a/pyproject.toml b/pyproject.toml index 4c0f03d..6c2cb1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ dependencies = [ "levenshtein>=0.27.3", "adaptix==3.0.0b11", "markupsafe", + "prometheus-fastapi-instrumentator>=7.1.0", ] [dependency-groups] @@ -23,13 +24,11 @@ backend = [ "psycopg[binary]>=3.2.12", "firebase-admin>=7.1.0", "aioboto3==15.5.0", - "prometheus-fastapi-instrumentator>=7.1.0", "python-multipart>=0.0.20", "pgvector>=0.4.1", ] ml = [ "sentence-transformers>=5.1.2", - "prometheus-fastapi-instrumentator>=7.1.0", "torch", ] types = [