ashish1265659565's picture
Upload folder using huggingface_hub
08fd094 verified
Raw
History Blame Contribute Delete
635 Bytes
[project]
name = "ai-knowledge-spine-chunking-service"
version = "0.1.0"
description = "Scientific chunking service for the AI Knowledge Spine"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115,<1.0",
"uvicorn>=0.30,<1.0",
"httpx>=0.27,<1.0",
"sqlalchemy>=2.0,<3.0",
"alembic>=1.13,<2.0",
"psycopg[binary]>=3.2,<4.0",
"pydantic-settings>=2.3,<3.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0,<9.0",
]
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
pythonpath = [".", "../../shared"]
testpaths = ["tests"]