run demos without docker, keep docker optional via --with-ui

This commit is contained in:
Adil Hafeez 2026-03-09 17:18:11 +00:00
parent b9f01c8471
commit 1285bd083d
33 changed files with 447 additions and 316 deletions

View file

@ -0,0 +1,12 @@
[project]
name = "multi-turn-rag"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi",
"uvicorn",
"pydantic>=2.8",
"httpx>=0.27",
"openai>=1.51",
"python-dotenv>=1.0",
]