Spaces:
Running
Running
File size: 516 Bytes
cfc5e63 c02b92b cfc5e63 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "document-explorer"
version = "0.1.0"
description = "Upload documents and ask questions — powered by a-simple-llm-harness"
readme = "README.md"
authors = [
{ name = "chuckfinca", email = "charles@appsimple.io" }
]
requires-python = ">=3.12"
dependencies = [
"a-simple-llm-harness",
"e2b-code-interpreter>=2.5",
"gradio>=5.0",
"huggingface-hub",
"python-dotenv",
]
[tool.uv.sources]
a-simple-llm-harness = { git = "https://github.com/chuckfinca/a-simple-llm-harness.git" }
|