mirror of
https://github.com/run-llama/template-workflow-showcase.git
synced 2026-07-01 21:34:16 -04:00
Bugfixes (#22)
* Bugfixes: invalidate stale handlers, show upload progress/toast. Fix showcase page title * Fix some readme links * fix sonner
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Llama Deploy
|
||||
|
||||
This application uses LlamaDeploy. For more information see [the docs](https://developers.llamaindex.ai/python/cloud/llamadeploy/getting-started)
|
||||
This application uses LlamaDeploy. For more information see [the docs](https://developers.llamaindex.ai/python/cloud/llamaagents/getting-started)
|
||||
|
||||
# Getting Started
|
||||
|
||||
@@ -11,5 +11,5 @@ This application uses LlamaDeploy. For more information see [the docs](https://d
|
||||
|
||||
# Organization
|
||||
|
||||
- `src` contains python workflow sources. The name of the deployment here is defined as `research`
|
||||
- `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
|
||||
- `src` contains python workflow sources. The name of the deployment here is defined as `app`
|
||||
- `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
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Quick Start UI</title>
|
||||
<title>Showcase</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
+1
-2
@@ -16,8 +16,7 @@
|
||||
"dependencies": {
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.8.0",
|
||||
"recharts": "^3.2.1"
|
||||
"react-router-dom": "^7.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@llamaindex/ui": "^2.1.1",
|
||||
|
||||
Reference in New Issue
Block a user