- 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>
10 lines
135 B
TOML
10 lines
135 B
TOML
[application]
|
|
name = "lakehouse"
|
|
asset_dir = "assets"
|
|
|
|
[web.app]
|
|
title = "Lakehouse"
|
|
|
|
[web.resource.dev]
|
|
style = ["/assets/style.css"]
|