<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-23 12:45:53 +03:00
parent a0a7e01f1c
commit 5a9997c6f0
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ access_key = ""
secret_key = "" secret_key = ""
[ml_api] [ml_api]
url = "http://ml:8080" url = "http://ml:8081"
+1 -2
View File
@@ -12,6 +12,7 @@ dependencies = [
"levenshtein>=0.27.3", "levenshtein>=0.27.3",
"adaptix==3.0.0b11", "adaptix==3.0.0b11",
"markupsafe", "markupsafe",
"prometheus-fastapi-instrumentator>=7.1.0",
] ]
[dependency-groups] [dependency-groups]
@@ -23,13 +24,11 @@ backend = [
"psycopg[binary]>=3.2.12", "psycopg[binary]>=3.2.12",
"firebase-admin>=7.1.0", "firebase-admin>=7.1.0",
"aioboto3==15.5.0", "aioboto3==15.5.0",
"prometheus-fastapi-instrumentator>=7.1.0",
"python-multipart>=0.0.20", "python-multipart>=0.0.20",
"pgvector>=0.4.1", "pgvector>=0.4.1",
] ]
ml = [ ml = [
"sentence-transformers>=5.1.2", "sentence-transformers>=5.1.2",
"prometheus-fastapi-instrumentator>=7.1.0",
"torch", "torch",
] ]
types = [ types = [