prazy1208/text2sql
fix: clear input immediately after submitting question
feat: switching domains starts a new chat and shows suggested questions
polish: comprehensive UI/UX improvements for conference demo
fix: prevent duplicate question submissions and polish landing page UI
fix: always show welcome landing page on load instead of auto-loading last session
feat: conference-ready UI overhaul for PyCon 2026 demo
Add HF Spaces YAML metadata to README
Merge remote-tracking branch 'origin/main' into prazy_dev
Add Dockerfile and .dockerignore for Hugging Face Spaces deployment
Merge pull request #5 from prazy1208/prazy_dev
fix: correct MIME types and routing for Render deployment
Merge pull request #4 from prazy1208/prazy_dev
UI: streamline assistant output, SQL copy; API: log query pipeline duration
Expand few-shot catalog: upsert ids 1-50 and sync JSON from DB
Multi-chat sidebar, owned session delete API, and chat UX polish
Merge pull request #3 from prazy1208/prazy_dev
Intent threshold, chat confirmation UX, and pipeline updates
feat: append domain business rules and filter schema metadata indexing
Merge pull request #2 from prazy1208/prazy_dev
feat: Gen-SQL pipeline, FK metadata from JSON, and DB setup hardening
feat: per-schema FK relationships pipeline and agent wiring
feat(session): fresh session on each frontend load
feat: persist few-shot output and document Supabase setup
few-shot agent added
Merge pull request #1 from prazy1208/prazy_dev
Add deployment scripts and updated FAISS indexes for Supabase
Enhance metadata extraction and indexing for column-level data. Introduce column agent functionality, including database schema updates, API enhancements for handling selected columns, and UI adjustments to display column selections. Update metadata JSON to include data types for columns and add new documentation for the column agent implementation plan.
Remove outdated installation and project structure documentation; add table agent output functionality, including database schema updates and API enhancements for handling selected tables in queries.
App schema, business-rule FAISS, Intent Agent and API setup, and UI
Setup and metadata embedding done
README.md
Initial commit
