Files
Adrian Lyjak fd8d8c0f65 Wire PUBLIC_LLAMA_CLOUD_API_KEY through template Vite configs (#273)
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_*.
2026-04-25 11:39:28 -04:00
..
2025-11-04 17:29:54 -05:00
2025-11-04 17:29:54 -05:00
2025-11-04 17:29:54 -05:00
2025-11-04 17:29:54 -05:00
2025-11-04 17:29:54 -05:00

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