feat(chart): add Helm chart for deploying Label Studio with PostgreSQL (#152)

* feat(chart): add Helm chart for deploying Label Studio with PostgreSQL

* feat(milvus): update Milvus configuration to use URI and remove deprecated host/port settings
This commit is contained in:
Dallas98
2025-12-10 17:46:12 +08:00
committed by GitHub
parent f87060490c
commit cbb146d3d7
14 changed files with 572 additions and 98 deletions

View File

@@ -9,14 +9,11 @@ license = {text = "MIT"}
readme = "README.md"
requires-python =">=3.12,<4.0.0"
dependencies = [
"fastapi (>=0.121.1,<0.122.0)",
"uvicorn[standard] (>=0.38.0,<0.39.0)",
"sqlalchemy (>=2.0.44,<3.0.0)",
"aiomysql (>=0.3.2,<0.4.0)",
"pymysql (>=1.1.2,<2.0.0)",
"aiosqlite (>=0.21.0,<0.22.0)",
"httpx (>=0.28.1,<0.29.0)",
"pydantic (>=2.12.4,<3.0.0)",
"pydantic-settings (>=2.12.0,<3.0.0)",
"python-multipart (>=0.0.20,<0.0.21)",
"python-dotenv (>=1.2.1,<2.0.0)",
@@ -24,12 +21,17 @@ dependencies = [
"pyyaml (>=6.0.3,<7.0.0)",
"unstructured (>=0.18.21,<0.19.0)",
"markdown (>=3.10,<4.0)",
"langchain (>=1.1.0,<2.0.0)",
"langchain-community (>=0.4.1,<0.5.0)",
"langchain-openai (>=1.1.0,<2.0.0)",
"openai (>=2.8.1,<3.0.0)",
"jsonschema (>=4.25.1,<5.0.0)",
"greenlet (>=3.3.0,<4.0.0)",
"docx2txt (>=0.9,<0.10)",
"jq (>=1.10.0,<2.0.0)",
"openai (>=2.9.0,<3.0.0)",
"langchain-openai (>=1.1.1,<2.0.0)",
"langchain (>=1.1.3,<2.0.0)",
"pydantic (>=2.12.5,<3.0.0)",
"sqlalchemy (>=2.0.45,<3.0.0)",
"fastapi (>=0.124.0,<0.125.0)",
]