This application uses LlamaDeploy. For more information see the docs
- install
uv
if you haven'tbrew install uv
- run
uvx llamactl serve
- Visit http://localhost:4501/
src
contains python workflow sources. The name of the deployment here is defined asapp
ui
contains a vite app powered by@llamaindex/ui
. It calls the local workflow server via api requests. See http://localhost:4501/deployments/app/docs for openAPI docs