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:
Adrian Lyjak
2025-09-30 15:56:31 -04:00
committed by GitHub
parent 52fb7f8c6a
commit d34d53f6f6
3 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -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
View File
@@ -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
View File
@@ -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",