Files
llama_deploy/examples/python_fullstack/workflows/__init__.py
T
Massimiliano Pippi 51c89ac045 docs: Refactor the Python Fullstack example to run with the apiserver (#283)
* try

revert

revert

* use service_id not service.name

* inject qdrant host from env

* save progress

* save progress

* add comments

* fix docs

* fix tests

* remove references to PR branch
2024-10-03 09:42:35 +02:00

7 lines
169 B
Python

from .agent_workflow import build_agentic_workflow
from .rag_workflow import build_rag_workflow
rag_w = build_rag_workflow()
agentic_w = build_agentic_workflow(rag_w)