Spaces:
Sleeping
Sleeping
File size: 683 Bytes
b5e0c74 9707a84 b5e0c74 9707a84 b5e0c74 | 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 | [project]
name = "knowledgehub-ingestor"
version = "1.0.0"
description = "A Gradio document ingestion UI for PDFs, arXiv papers, and Medium articles."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"arxiv>=2.1.3",
"beautifulsoup4>=4.12.3",
"datasets>=5.0.0",
"gradio>=5.0.0",
"openai>=1.99.0",
"pydantic-settings>=2.4.0",
"pypdf>=4.3.1",
"python-dotenv>=1.0.1",
"qdrant-client>=1.12.1",
"requests>=2.32.3",
"sentence-transformers>=3.0.1",
"spaces",
"torchvision>=0.27.0",
]
[project.optional-dependencies]
dev = [
"ruff>=0.6.0",
"pytest>=8.3.2",
]
[tool.ruff]
line-length = 100
target-version = "py310"
|