atolat30/pythonic-rag-fastapi-react
0
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]15 