Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
melikakheirieh
/
nl2sql-copilot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d1ea6a6
nl2sql-copilot
209 kB
Ctrl+K
Ctrl+K
2 contributors
History:
84 commits
Melika Kheirieh
refactor(core): DI-ready Pipeline; add registry + YAML factory + typed trace/result
d1ea6a6
6 months ago
.github
ci: harden workflows with safe proxy secret test and improved docker metadata
6 months ago
adapters
feat(llm): proxy-first fallback, env-only OpenAI client; docs: update .env.example
6 months ago
app
refactor(core): DI-ready Pipeline; add registry + YAML factory + typed trace/result
6 months ago
benchmarks
feat(benchmarks): add pro evaluator with EM, structural match, execution accuracy, and safety consistency metrics
6 months ago
configs
refactor(core): DI-ready Pipeline; add registry + YAML factory + typed trace/result
6 months ago
demo
demo(ui): align POST payload with API schema; robust 422 handling; map (sql,rationale,traces) to UI
6 months ago
infra
init: NL2SQL Copilot base with API and Dockerfile
6 months ago
nl2sql
refactor(core): DI-ready Pipeline; add registry + YAML factory + typed trace/result
6 months ago
tests
refactor(core): DI-ready Pipeline; add registry + YAML factory + typed trace/result
6 months ago
ui
style: fix Ruff issues (F401 unused import, E741 ambiguous var)
6 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)
6 months ago
.dockerignore
Safe
174 Bytes
build: optimize Dockerfile and ignore configs (.gitignore, .dockerignore)
6 months ago
.env.example
627 Bytes
feat(llm): proxy-first fallback, env-only OpenAI client; docs: update .env.example
6 months ago
.gitignore
Safe
471 Bytes
build: optimize Dockerfile and ignore configs (.gitignore, .dockerignore)
6 months ago
.pre-commit-config.yaml
1.7 kB
chore(pre-commit): dedupe mypy and add types-requests; split commit vs push hooks
6 months ago
Dockerfile
Safe
2 kB
chore(docker): add ca-certificates, chown app dir; keep non-root; healthcheck
6 months ago
Makefile
3.28 kB
chore(ci): refactor Makefile and CI to unify quality checks via make check
6 months ago
README.md
6.35 kB
docs(readme): add evolution note and improve intro narrative
6 months ago
config.py
Safe
1.38 kB
style: format code with ruff
6 months ago
docker-compose.yml
Safe
1 kB
init: NL2SQL Copilot base with API and Dockerfile
6 months ago
huggingface.yml
134 Bytes
feat(llm): proxy-first fallback, env-only OpenAI client; docs: update .env.example
6 months ago
requirements.txt
292 Bytes
fix(api): map FinalResult → HTTP (200/400) and stabilize nl2sql handler; prevent 500s in tests
6 months ago