CoolFace
Apppublic

prazy1208/text2sql

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
32 commits on main
669ca9c4mo ago

fix: clear input immediately after submitting question

Prazy Jindal, Cursor
c985ccd4mo ago

feat: switching domains starts a new chat and shows suggested questions

Prazy Jindal, Cursor
dbdf9674mo ago

polish: comprehensive UI/UX improvements for conference demo

Prazy Jindal, Cursor
7f15aac4mo ago

fix: prevent duplicate question submissions and polish landing page UI

Prazy Jindal, Cursor
b275f184mo ago

fix: always show welcome landing page on load instead of auto-loading last session

Prazy Jindal, Cursor
2d6fad24mo ago

feat: conference-ready UI overhaul for PyCon 2026 demo

Prazy Jindal, Cursor
399611a4mo ago

Add HF Spaces YAML metadata to README

Prazy Jindal, Cursor
bf241b04mo ago

Merge remote-tracking branch 'origin/main' into prazy_dev

Prazy Jindal
11908d04mo ago

Add Dockerfile and .dockerignore for Hugging Face Spaces deployment

Prazy Jindal, Cursor
f4fdcad4mo ago

Merge pull request #5 from prazy1208/prazy_dev

Prazy Jindal
e96b5d44mo ago

fix: correct MIME types and routing for Render deployment

Prazy Jindal
7ee40434mo ago

Merge pull request #4 from prazy1208/prazy_dev

Prazy Jindal
3445fc24mo ago

UI: streamline assistant output, SQL copy; API: log query pipeline duration

Prazy Jindal, Cursor
d9b88204mo ago

Expand few-shot catalog: upsert ids 1-50 and sync JSON from DB

Prazy Jindal, Cursor
9d926fc4mo ago

Multi-chat sidebar, owned session delete API, and chat UX polish

Prazy Jindal, Cursor
57d24dc5mo ago

Merge pull request #3 from prazy1208/prazy_dev

Prazy Jindal
4152d6f5mo ago

Intent threshold, chat confirmation UX, and pipeline updates

Prazy Jindal, Cursor
51979e05mo ago

feat: append domain business rules and filter schema metadata indexing

Prazy Jindal
fdc3d535mo ago

Merge pull request #2 from prazy1208/prazy_dev

Prazy Jindal
5836b795mo ago

feat: Gen-SQL pipeline, FK metadata from JSON, and DB setup hardening

Prazy Jindal
8a7edc75mo ago

feat: per-schema FK relationships pipeline and agent wiring

Prazy Jindal
3aef1e25mo ago

feat(session): fresh session on each frontend load

Prazy Jindal
4b983d45mo ago

feat: persist few-shot output and document Supabase setup

Prazy Jindal
a2f410d5mo ago

few-shot agent added

Prazy Jindal
bab0f785mo ago

Merge pull request #1 from prazy1208/prazy_dev

Prazy Jindal
97214885mo ago

Add deployment scripts and updated FAISS indexes for Supabase

vijayjonathan
fc5db346mo ago

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.

Prazy Jindal
d5dfba76mo ago

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.

Prazy Jindal
3dc359c6mo ago

App schema, business-rule FAISS, Intent Agent and API setup, and UI

Prazy Jindal
98d94567mo ago

Setup and metadata embedding done

Prazy Jindal
b04702c6mo ago

README.md

Prazy Jindal
f3497e67mo ago

Initial commit

Prazy Jindal