Spaces:
No application file
No application file
File size: 308 Bytes
e16fb71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "rag-evaluation-toolkit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"docling>=2.30.0",
"giskard[rag]>=2.16.2",
"gradio[oauth]>=5.25.0",
"huggingface-hub>=0.30.2",
"llama-index>=0.12.30",
]
|