mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
51c89ac045
* 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
7 lines
169 B
Python
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)
|