Default branch

main
Some checks are pending
tests / test (push) Waiting to run

95a576f744 · fix(genai): extract trailing JSON (#41) · Updated 2026-04-18 12:05:46 +00:00

Branches

fix/ollama-extract-json
Some checks are pending
tests / test (pull_request) Waiting to run
tests / test (push) Successful in 1m30s

81e3b9a7d0 · fix(genai): drop Ollama format flag; extract trailing JSON from response · Updated 2026-04-18 12:05:28 +00:00    goldstein

1
0
#41 Merged
fix/ollama-schema-in-prompt
All checks were successful
tests / test (push) Successful in 1m8s
tests / test (pull_request) Successful in 1m18s

34f8268cd5 · fix(genai): inject JSON schema into Ollama system prompt · Updated 2026-04-18 12:02:25 +00:00    goldstein

3
0
#40 Merged
fix/ollama-loose-json
All checks were successful
tests / test (push) Successful in 1m13s
tests / test (pull_request) Successful in 1m23s

2efc4d1088 · fix(genai): send format="json" (loose mode) to Ollama · Updated 2026-04-18 11:59:04 +00:00    goldstein

5
0
#39 Merged
fix/cache-volumes
All checks were successful
tests / test (push) Successful in 2m1s
tests / test (pull_request) Successful in 1m18s

9e33923f71 · fix(compose): persist Surya + HF caches so rebuilds don't redownload models · Updated 2026-04-18 11:49:09 +00:00    goldstein

7
0
#38 Merged
fix/ollama-schema-sanitise
All checks were successful
tests / test (push) Successful in 1m33s
tests / test (pull_request) Successful in 4m29s

9cb62d69af · fix(genai): strip null branches from anyOf before sending to Ollama · Updated 2026-04-18 11:48:26 +00:00    goldstein

9
0
#37 Merged
fix/surya-version
All checks were successful
tests / test (push) Successful in 1m23s
tests / test (pull_request) Successful in 2m23s

a418969251 · fix(deps): pin surya-ocr ^0.17 and drop cu124 index · Updated 2026-04-18 11:21:40 +00:00    goldstein

11
0
#36 Merged
fix/torch-cu124
All checks were successful
tests / test (pull_request) Successful in 3m40s
tests / test (push) Successful in 3m21s

d90117807b · fix(deps): pin torch to the CUDA 12.4 wheel channel · Updated 2026-04-18 11:02:26 +00:00    goldstein

13
0
#35 Merged
fix/host-network
All checks were successful
tests / test (push) Successful in 1m12s
tests / test (pull_request) Successful in 1m10s

c7dc40c51e · fix(deploy): switch to network_mode: host — reach postgis + ollama on loopback · Updated 2026-04-18 11:00:02 +00:00    goldstein

15
0
#34 Merged
fix/docker-gpu-runtime
All checks were successful
tests / test (pull_request) Successful in 1m10s
tests / test (push) Successful in 1m10s

9f793da778 · fix(compose): drop runtime: nvidia — use deploy.resources.devices only · Updated 2026-04-18 10:56:03 +00:00    goldstein

17
0
#33 Merged
fix/docker-readme
All checks were successful
tests / test (push) Successful in 1m22s
tests / test (pull_request) Successful in 1m36s

f54f0d317d · fix(docker): include README.md in the uv sync COPY so hatchling finds it · Updated 2026-04-18 10:42:29 +00:00    goldstein

19
0
#32 Merged
fix/docker-distutils
All checks were successful
tests / test (pull_request) Successful in 1m28s
tests / test (push) Successful in 1m19s

1c31444611 · fix(docker): install uv via standalone installer (no system pip) · Updated 2026-04-18 10:32:55 +00:00    goldstein

21
0
#31 Merged
feat/mvp-deployed
All checks were successful
tests / test (push) Successful in 1m19s

956738034b · fix(docker): install uv via standalone installer (no system pip) · Updated 2026-04-18 10:32:44 +00:00    goldstein

22
1
feat/default-model-qwen3
All checks were successful
tests / test (push) Successful in 1m52s
tests / test (pull_request) Successful in 1m45s

5ee74f367c · chore(model): switch default IX_DEFAULT_MODEL to qwen3:14b (already on host) · Updated 2026-04-18 10:20:23 +00:00    goldstein

23
0
#30 Merged
feat/e2e-smoke
All checks were successful
tests / test (push) Successful in 1m11s
tests / test (pull_request) Successful in 2m14s

d0648fe01d · feat(e2e): scripts/e2e_smoke.py — live deploy gate · Updated 2026-04-18 10:18:07 +00:00    goldstein

25
0
#29 Merged
feat/deploy-setup
All checks were successful
tests / test (pull_request) Successful in 1m10s
tests / test (push) Successful in 1m9s

6d1bc720b4 · feat(deploy): setup_server.sh + deployment runbook · Updated 2026-04-18 10:16:58 +00:00    goldstein

27
0
#28 Merged
feat/dockerize
All checks were successful
tests / test (pull_request) Successful in 1m10s
tests / test (push) Successful in 1m13s

4646180942 · feat(docker): Dockerfile (CUDA+python3.12) + compose with GPU reservation · Updated 2026-04-18 10:15:26 +00:00    goldstein

29
0
#27 Merged
feat/production-wiring
All checks were successful
tests / test (push) Successful in 1m9s
tests / test (pull_request) Successful in 1m13s

ebefee4184 · feat(app): production wiring — factories, pipeline, /healthz real probes · Updated 2026-04-18 10:09:11 +00:00    goldstein

31
0
#26 Merged
feat/surya-client
All checks were successful
tests / test (push) Successful in 1m14s
tests / test (pull_request) Successful in 1m14s

322f6b2b1b · feat(ocr): SuryaOCRClient — real OCR backend (spec §6.2) · Updated 2026-04-18 10:04:19 +00:00    goldstein

33
0
#25 Merged
feat/ollama-client
All checks were successful
tests / test (push) Successful in 1m10s
tests / test (pull_request) Successful in 1m5s

90e46b707d · feat(genai): OllamaClient — structured-output /api/chat backend (spec §6) · Updated 2026-04-18 09:58:15 +00:00    goldstein

35
0
#24 Merged
feat/pg-queue-adapter
All checks were successful
tests / test (push) Successful in 1m8s
tests / test (pull_request) Successful in 1m9s

050f80dcd7 · feat(pg-queue): LISTEN ix_jobs_new + 10s fallback poll (spec §4) · Updated 2026-04-18 09:52:26 +00:00    goldstein

37
0
#23 Merged