CoolFace
Apppublic

chanyut/sts-nl2sql

sourceHugging Faceupdated 21d agoView on Hugging Face
0likes
50 commits on main
fcded3c21d ago

chore(deploy): HF Space build (from feature/er_han_and_JSDoc)

chanyut
5079b6921d ago

fix(deploy): call demo.launch() (HF handshake) then mount api.main onto gradio's server

chanyut
b23cf7c21d ago

fix(deploy): SKIP_ENGINE_PRELOAD to defer engine warm-up past HF's startup probe

chanyut
72a45b821d ago

fix(deploy): mount gradio at / with ssr_mode=False for HF healthcheck; single uvicorn

chanyut
df2270121d ago

fix(deploy): app.py = pure FastAPI + uvicorn on 7860 (no Gradio object); log port env

chanyut
d4a14a021d ago

fix(deploy): don't bind a port in app.py — HF Gradio SDK serves `app` on 7860 itself

chanyut
b312d2c21d ago

fix(deploy): drop gradio pin (HF Space force-installs its own); make prepare script leave a clean tree

chanyut
a8204e721d ago

feat(deploy): HF Gradio Space entrypoint + deployment docs

chanyut, Claude Sonnet 5
1dec7f422d ago

fix(web): chart-type switch could leave the chart pane blank; restore line points

chanyut, Claude Sonnet 5
fdcf2f122d ago

style(web): polish chart rendering

chanyut, Claude Sonnet 5
c4621a722d ago

feat(web): result card with formatted table + polished charts

chanyut, Claude Sonnet 5
01ee03522d ago

fix(api): column-meta must not crash on JSONB/array result columns

chanyut, Claude Sonnet 5
7a7f5c022d ago

feat(api): deterministic column metadata + result summary in query envelope

chanyut, Claude Sonnet 5
d5ec0c422d ago

docs: ADR 0004 + CONTEXT terms for the enriched query envelope

chanyut, Claude Sonnet 5
380b14e22d ago

fix(web): serve the demo UI with Cache-Control: no-store

chanyut, Claude Sonnet 5
0d935f722d ago

feat(web): rework the demo UI for the fixed-datasource microservice

chanyut, Claude Sonnet 5
9a0fb8823d ago

docs(eval): STS evaluation report + sweep results

chanyut, Claude Sonnet 5
a9b756823d ago

fix(eval): survive OpenAI rate limits during the sweep

chanyut, Claude Sonnet 5
09361dd23d ago

perf(eval): answer benchmark questions concurrently

chanyut, Claude Sonnet 5
5a3631923d ago

chore(eval): trim ablation to RAG{0,3}×retry{0,2}

chanyut, Claude Sonnet 5
886274623d ago

feat(eval): relaxed execution-accuracy metric alongside strict

chanyut, Claude Sonnet 5
f1496b223d ago

fix: three eval blockers found on the first STS benchmark run

chanyut, Claude Sonnet 5
8b1159423d ago

refactor(schema_rag): move Thai-term mappings into the domain profile

chanyut, Claude Sonnet 5
7da1bed23d ago

fix: address code-review findings on the microservice branch

chanyut, Claude Sonnet 5
73694b123d ago

feat(eval): STS benchmark + multi-model sweep harness

chanyut, Claude Sonnet 5
ca2b8aa23d ago

feat(engine): schema strategy (pruned/full) + denylist + TTL refresh

chanyut, Claude Sonnet 5
0664ce223d ago

docs(adr): record the STS schema drift found in Phase 3

chanyut, Claude Sonnet 5
dad2bb523d ago

feat(engine): domain profiles + STS profile from the RAG corpus

chanyut, Claude Sonnet 5
c6abe4623d ago

docs: specify the hybrid held-out/paraphrase/novel evaluation split

chanyut, Claude Sonnet 5
e05523b23d ago

docs: update STS guide to v2 and vendor the RAG corpus

chanyut, Claude Sonnet 5
5ce76c623d ago

feat(api): stateless single-datasource service with envelope contract

chanyut, Claude Sonnet 5
9f4228223d ago

docs: capture microservice design context and ADRs

chanyut, Claude Sonnet 5
d304c8a23d ago

chore: checkpoint WIP before microservice conversion

chanyut, Claude Sonnet 5
87bc2b95mo ago

ci: opt into Node.js 24 to fix deprecation warnings

chanyut
3e26a6b5mo ago

ci: optimize dependency installation speed with uv

chanyut
3e2f7a35mo ago

refactor: resolve God Object and Long File issues from CodeFlow report

chanyut
e11bc5e5mo ago

docs(eval): add benchmark results and project reports

chanyut
8a349d65mo ago

test(config): cover EMBEDDING_DEVICE and HF_TOKEN settings

chanyut
e2ee8885mo ago

feat(web): responsive sidebar drawer for tablet and mobile

chanyut
309adad5mo ago

refactor(backend): modernize lifespan, cache schema artifacts, unify embedding loader

chanyut
1df408b5mo ago

chore(tooling): migrate from pip/venv to uv for cross-platform setup

chanyut
31684646mo ago

chore: update CI configurations and add documentation utilities

chanyut
525debb6mo ago

test(eval): refactor evaluation pipeline and update benchmarks

chanyut
d4a4f7f6mo ago

feat(corpus): enhance Thai SQL examples with advanced query patterns

chanyut
f7d4c876mo ago

refactor(engine): implement parallel async processing for RAG and LLM

chanyut
36506906mo ago

feat(history): add rich query metrics tracking and telemetry

chanyut
774cc316mo ago

feat: improve RAG, schema utils, engine, and update README quick start

chanyut, Claude Sonnet 4.6
da7dced6mo ago

feat: add cross-platform setup scripts, Docker support, and new utilities

chanyut, Claude Sonnet 4.6
fe545818mo ago

Merge pull request #6 from chanyut12/feature/er_han_and_JSDoc

Overdose
3ae00c68mo ago

Merge branch 'main' into feature/er_han_and_JSDoc

Overdose