lakehouse/crates/ui/Dioxus.toml
root b37e171e10 UI redesign: Ask, Explore, SQL, System tabs
- Ask: natural language → AI generates SQL → DataFusion executes → results
  Shows the AI-over-data-lake story: schema introspection → LLM → query
- Explore: click dataset → schema + preview + AI-generated summary
- SQL: raw DataFusion SQL editor with Ctrl+Enter
- System: health grid testing all 5 services + embeddings + generation
- Example prompts for quick demo
- Dark theme with accent styling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 07:24:51 -05:00

10 lines
135 B
TOML

[application]
name = "lakehouse"
asset_dir = "assets"
[web.app]
title = "Lakehouse"
[web.resource.dev]
style = ["/assets/style.css"]