Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
melikakheirieh
/
nl2sql-copilot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6181651
nl2sql-copilot
200 kB
2 contributors
History:
80 commits
Melika Kheirieh
fix(router): coerce trace.duration_ms to int in response (_round_trace)
6181651
about 2 months ago
.github
ci: harden workflows with safe proxy secret test and improved docker metadata
about 2 months ago
adapters
feat(llm): proxy-first fallback, env-only OpenAI client; docs: update .env.example
about 2 months ago
app
fix(router): coerce trace.duration_ms to int in response (_round_trace)
about 2 months ago
benchmarks
feat(benchmarks): add pro evaluator with EM, structural match, execution accuracy, and safety consistency metrics
about 2 months ago
demo
demo(ui): align POST payload with API schema; robust 422 handling; map (sql,rationale,traces) to UI
about 2 months ago
infra
init: NL2SQL Copilot base with API and Dockerfile
about 2 months ago
nl2sql
fix(pipeline): allow optional schema_preview in run() for better typing compatibility with benchmarks
about 2 months ago
tests
test(router): add full coverage for nl2sql_handler (clarify, error, success, db_id, crash, invalid-type, 422, trace rounding)
about 2 months ago
ui
style: fix Ruff issues (F401 unused import, E741 ambiguous var)
about 2 months ago
.coverage
53.2 kB
test(router): add full coverage for nl2sql_handler (clarify, error, success, db_id, crash, invalid-type, 422, trace rounding)
about 2 months ago
.dockerignore
Safe
174 Bytes
build: optimize Dockerfile and ignore configs (.gitignore, .dockerignore)
about 2 months ago
.env.example
627 Bytes
feat(llm): proxy-first fallback, env-only OpenAI client; docs: update .env.example
about 2 months ago
.gitignore
Safe
471 Bytes
build: optimize Dockerfile and ignore configs (.gitignore, .dockerignore)
about 2 months ago
.pre-commit-config.yaml
1.7 kB
chore(pre-commit): dedupe mypy and add types-requests; split commit vs push hooks
about 2 months ago
Dockerfile
Safe
2 kB
chore(docker): add ca-certificates, chown app dir; keep non-root; healthcheck
about 2 months ago
Makefile
3.28 kB
chore(ci): refactor Makefile and CI to unify quality checks via make check
about 2 months ago
README.md
6.35 kB
docs(readme): add evolution note and improve intro narrative
about 2 months ago
config.py
Safe
1.38 kB
style: format code with ruff
about 2 months ago
docker-compose.yml
Safe
1 kB
init: NL2SQL Copilot base with API and Dockerfile
about 2 months ago
huggingface.yml
134 Bytes
feat(llm): proxy-first fallback, env-only OpenAI client; docs: update .env.example
about 2 months ago
requirements.txt
292 Bytes
fix(api): map FinalResult → HTTP (200/400) and stabilize nl2sql handler; prevent 500s in tests
about 2 months ago