You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application uses LlamaDeploy. For more information see [the docs](https://developers.llamaindex.ai/python/cloud/llamadeploy/getting-started)
3
+
This application uses LlamaDeploy. For more information see [the docs](https://developers.llamaindex.ai/python/cloud/llamaagents/getting-started)
4
4
5
5
# Getting Started
6
6
@@ -11,5 +11,5 @@ This application uses LlamaDeploy. For more information see [the docs](https://d
11
11
12
12
# Organization
13
13
14
-
-`src` contains python workflow sources. The name of the deployment here is defined as `research`
15
-
-`ui` contains a vite app powered by llama-ui. It calls the local workflow server via api requests. See http://localhost:4501/docs for openAPI docs
14
+
-`src` contains python workflow sources. The name of the deployment here is defined as `app`
15
+
-`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
0 commit comments