mirror of
https://github.com/run-llama/template-workflow-document-qa.git
synced 2026-06-30 21:47:58 -04:00
266f940949970893277e34ba46a90db23e3a486b
* feat: add LLAMA_DEPLOY_SERVER_PORT HMR clientPort to template vite configs Set hmr.clientPort to LLAMA_DEPLOY_SERVER_PORT when defined, enabling Vite HMR websocket connections to work through the server proxy. https://claude.ai/code/session_01Hq5ZQxquwtyJVJ2qw48bbt * feat: add LLAMA_DEPLOY_SERVER_PORT HMR support to template vite configs Add hmr.port and hmr.clientPort to all template vite configs so that Vite HMR websocket connections work through the server proxy. When LLAMA_DEPLOY_SERVER_PORT is set, clientPort directs the browser's HMR websocket to connect via the proxy server port. Bump patch versions for all affected templates. https://claude.ai/code/session_01Hq5ZQxquwtyJVJ2qw48bbt --------- Co-authored-by: Claude <noreply@anthropic.com>
Document Q&A Application
A document question-answering application built with LlamaIndex workflows and LlamaCloud services.
This application uses LlamaDeploy. For more information see the docs
Getting Started
- install
uvif you haven'tbrew install uv - run
uvx llamactl serve
Organization
srccontains python workflow sources. The name of the deployment here is defined asdocument-qarequests. See http://localhost:4501/docs for openAPI docs
Description
Languages
TypeScript
65.2%
Python
25.9%
CSS
7.6%
HTML
0.9%
Jinja
0.2%
Other
0.2%