Commit History

Restore POST /api/pdf/{pdf_id} upload endpoint
8974c6e

Avinashnalla7 commited on

Fix get_pdf: return bytes Response (avoid hanging stream)
c509456

Avinashnalla7 commited on

Fix: __future__ import at top
c02018d

Avinashnalla7 commited on

Hotfix: health 200; send-config fast return
019cf9f

Avinashnalla7 commited on

Hotfix: send-config fast-return via env flag (keep __future__ first)
7dbd13e

Avinashnalla7 commited on

Auto-bundle config+pdf to SFTP on send-config or pdf upload
d82d83b

Avinashnalla7 commited on

Add SFTP store helper to API
e4e485d

Avinashnalla7 commited on

Send-config: store config+pdf to SFTP
5e71b41

Avinashnalla7 commited on

Add config download endpoint
d48c2db

Avinashnalla7 commited on

Remove Gmail from HF API (store-only send-config)
7080630

Avinashnalla7 commited on

Remove PDF existence requirement from API handlers
089f46d

Avinashnalla7 commited on

Make /api/send-config store config even if PDF missing
e3b7e75

Avinashnalla7 commited on

Make /api/send-config store-first; email best-effort
9ea86b6

Avinashnalla7 commited on

send-config: store json+pdf + sftp + best-effort email
9273ba4

Avinashnalla7 commited on

Persist uploads under /data
90b38dc

Avinashnalla7 commited on

Fix send-config: store-only, no Gmail dependency
b175f72

Avinashnalla7 commited on

Add /api/send-config (store config)
93ca01e

Avinashnalla7 commited on

Fix notify_to env var name (fallback)
06f9b29

Avinashnalla7 commited on

api: add python-multipart for UploadFile/Form
75e8014

Avinashnalla7 commited on

Add PDF upload endpoint for worker
9f8c2b7

Avinashnalla7 commited on

chore: dedupe python-dotenv
623c2d7

Avinashnalla7 commited on

fix: add python-dotenv for api
e083bd2

Avinashnalla7 commited on

fix: add python-dotenv for api
029188f

Avinashnalla7 commited on

fix: docker FastAPI deploy
40f2d84

Avinashnalla7 commited on

fix: API docker runtime (fastapi+uvicorn)
05ab5ed

Avinashnalla7 commited on

fix: add api runtime deps
591cb7e

Avinashnalla7 commited on

chore: add app.py entrypoint
43c18bf

Avinashnalla7 commited on

fix: add HF README config
5a4ddf5

Avinashnalla7 commited on

deploy: sync api from pdf-trainer-demo
fffcd43

Avinashnalla7 commited on

fix: remove cache files and restore backend package
4a2fc21

Avinashnalla7 commited on

deploy: real pdf-trainer-demo API
2fce05d

Avinashnalla7 commited on

demo(A): local pdf storage + PUT/GET /api/pdf
8974c0c

Avinashnalla7 commited on

fix: import Header for worker auth
323986b

Avinashnalla7 commited on

api: accept PDF uploads + serve PDFs locally
eaeeb44

Avinashnalla7 commited on

debug: /api/sftp-test returns JSON on connect failure
5b492d5

Avinashnalla7 commited on

debug: real /api/sftp-test with socket+paramiko timeouts
861735d

Avinashnalla7 commited on

debug: add /api/sftp-test
af7a9e0

Avinashnalla7 commited on

cleanup: remove dead code after /api/pdf return
581704a

Avinashnalla7 commited on

fix: make /api/pdf serve from SFTP with timeout
2fc7c46

Avinashnalla7 commited on

fix: add SFTP timeouts + prevent /api/pdf hang
667075f

Avinashnalla7 commited on

fix: remove bogus SFTPStore import
f57da06

Avinashnalla7 commited on

fix: dockerize api space (deps + uvicorn entrypoint)
925fce0

Avinashnalla7 commited on

api: serve pdfs from SFTP for trainer UI
ea68cfc

Avinashnalla7 commited on

api: add SFTP download helper
5c59b0f

Avinashnalla7 commited on