Spaces:
Paused
Paused
File size: 1,552 Bytes
dcc391d 5a0fbb7 dcc391d 5a0fbb7 9101a71 16dbe1f 5a0fbb7 1b14988 dcc391d 16dbe1f dcc391d 5a0fbb7 dcc391d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | [project]
name = "vilexagent"
version = "0.1.0"
description = ""
authors = [
{name = "Nhat Anh",email = "124007139+dnAnh1523@users.noreply.github.com"}
]
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"langgraph (>=1.1.10,<2.0.0)",
"langchain-google-genai (>=4.2.2,<5.0.0)",
"langchain-community (>=0.4.1,<0.5.0)",
"qdrant-client (>=1.17.1,<2.0.0)",
"sentence-transformers (>=5.4.1,<6.0.0)",
"mlflow (>=3.11.1,<4.0.0)",
"pymupdf (>=1.27.2.3,<2.0.0.0)",
"beautifulsoup4 (>=4.14.3,<5.0.0)",
"underthesea (>=9.4.0,<10.0.0)",
"requests (>=2.33.1,<3.0.0)",
"paddlepaddle (>=3.3.1,<4.0.0)",
"paddleocr (>=3.5.0,<4.0.0)",
"python-dotenv (>=1.2.2,<2.0.0)",
"pydantic (>=2.12.5,<3.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"datasets (>=4.8.5,<5.0.0)",
"huggingface-hub (>=1.13.0,<2.0.0)",
"peft (>=0.19.1,<0.20.0)",
"torch (>=2.11.0,<3.0.0)",
"accelerate (>=1.13.0,<2.0.0)",
"google-generativeai (>=0.8.6,<0.9.0)",
"chainlit (>=2.11.1,<3.0.0)"
]
[[tool.poetry.source]]
name = "pytorch-gpu"
url = "https://download.pytorch.org/whl/cu130"
priority = "explicit"
[tool.poetry.dependencies]
torch = {source = "pytorch-gpu"}
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[dependency-groups]
dev = [
"pytest (>=9.0.3,<10.0.0)",
"pytest-asyncio (>=1.3.0,<2.0.0)",
"black (>=26.3.1,<27.0.0)",
"isort (>=8.0.1,<9.0.0)",
"ipykernel (>=7.2.0,<8.0.0)"
]
|