You've already forked RekomenciBackend
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -24,4 +24,4 @@ access_key = ""
|
|||||||
secret_key = ""
|
secret_key = ""
|
||||||
|
|
||||||
[ml_api]
|
[ml_api]
|
||||||
url = "http://ml:8080"
|
url = "http://ml:8081"
|
||||||
|
|||||||
+1
-2
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user