File size: 289 Bytes
3a8bd33 728ba10 3a8bd33 c449878 3a8bd33 6d1c0da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[project]
name = "aie5-deploypythonicrag"
version = "0.1.0"
description = "PDF RAG App"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chainlit>=2.0.4",
"numpy>=2.2.2",
"openai>=1.59.9",
"pydantic==2.10.1",
"pypdf2>=3.0.1",
"websockets>=14.2",
]
|