AB_Testing_RAG / pyproject.toml
kamkol's picture
Add huggingface_hub dependency to fix build error
0f4339a
raw
history blame contribute delete
324 Bytes
[project]
name = "aie5-deploypythonicrag"
version = "0.1.0"
description = "Simple Pythonic RAG App"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chainlit==2.0.4",
"huggingface_hub",
"numpy==2.2.2",
"openai==1.59.9",
"pydantic==2.10.1",
"pypdf2==3.0.1",
"websockets==14.2",
]