mirror of
https://github.com/katanemo/plano.git
synced 2026-05-12 09:12:43 +02:00
run demos without docker, keep docker optional via --with-ui
This commit is contained in:
parent
b9f01c8471
commit
1285bd083d
33 changed files with 447 additions and 316 deletions
12
demos/advanced/multi_turn_rag/pyproject.toml
Normal file
12
demos/advanced/multi_turn_rag/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue