CoolFace
Apppublic

itsprasun/pythonic-rag-fastapi-react

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
pyproject.toml18 linesDownload Raw Back to root
1[project]2name = "aie5-deploypythonicrag"3version = "0.1.0"4description = "Simple Pythonic RAG App"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "chainlit>=2.0.4",9    "numpy>=2.2.2",10    "openai>=1.59.9",11    "pydantic==2.10.1",12    "pypdf2>=3.0.1",13    "websockets>=14.2",14    "fastapi>=0.115.6",15    "uvicorn>=0.34.0",16    "python-multipart>=0.0.18"17]18