mirror of
https://github.com/run-llama/template-workflow-classify-extract-sec.git
synced 2026-06-30 21:57:55 -04:00
fd8d8c0f65
Read the opt-in PUBLIC_LLAMA_CLOUD_API_KEY env var and re-export as import.meta.env.VITE_LLAMA_CLOUD_API_KEY for the 5 llama_cloud=true UIs. Server-only LLAMA_CLOUD_API_KEY is no longer the source for client bundles; deployers must explicitly opt in by setting PUBLIC_*.
Data Extraction UI
This is a simple next.js template that builds on the @llamaindex/agent-app ui component library for showing displaying tables of extracted data.
Ideally run this with llamactl in the parent directory (See README.md),
but you can also run it standalone with npm run dev, but workflow integrations will not work