runtime: add app.storage using /tmp/rag_data; import it in api.py; replace hardcoded /data 2949aaa Running HamidOmarov commited on 5 days ago
fix(runtime): add app.storage module; make app a package; use relative import 1768b63 HamidOmarov commited on 5 days ago
fix(runtime): strip U+FEFF (BOM/ZWNBSP) from Python sources 2690221 HamidOmarov commited on 5 days ago
fix(import-order): place __future__ first; then storage import 1171cba HamidOmarov commited on 5 days ago
fix(runtime): pick writable DATA_DIR via storage module; create dirs on startup; remove hardcoded /data 649d2d5 HamidOmarov commited on 5 days ago
chore: use DATA_DIR (/data) via env; create folders on startup 8ea6d3a HamidOmarov commited on 5 days ago
fix(runtime): write paths to /workspace + create dirs; set APP_MODULE=app.api:app 7d8f85a HamidOmarov commited on 5 days ago
build(docker): add Dockerfile and boot entrypoint for HF Spaces dcc717e HamidOmarov commited on 5 days ago
fix(spaces): valid YAML frontmatter; banner moved below; avoid YAML conflicts ae65368 HamidOmarov commited on 5 days ago
Add in-memory metrics: avg_ms, last7, lastN, /stats + /get_history f8f9335 HamidOmarov commited on 6 days ago
Add in-memory metrics + /stats, /get_history and include router 089198a HamidOmarov commited on 6 days ago
RAG: ftfy + AZ spacing fix, pdfminer fallback; smarter synthesis af613b6 HamidOmarov commited on 7 days ago
RAG: fix mojibake via ftfy; descoped-mode to keep tabular lines; better AZ→EN handling 4448508 HamidOmarov commited on 8 days ago
RAG: fix mojibake/word-breaks; relax tabular filter; keyword-line fallback for scope changes 0a78f5f HamidOmarov commited on 8 days ago
Normalize PDF text (ftfy) + stricter cleaning to reduce mojibake/noise 9dc7698 HamidOmarov commited on 8 days ago
docs: UTF-8 README with Spaces metadata; mark *.md as text; ignore README.bak.md 19d85f2 HamidOmarov commited on 9 days ago
RAG API 1.3.1: retrieval+encoding fixes; stats/history; HF-safe paths 41018f6 HamidOmarov commited on 9 days ago
Robust RAG: pdfminer fallback, safe last_added, 400 on scanned PDFs, stats & reset endpoints 40a908e HamidOmarov commited on 11 days ago
RAG: pdfminer fallback + last-file summary fallback + relaxed filters + fixes 88d2e91 HamidOmarov commited on 11 days ago
RAG: robust EN summarization (pre-translate, filters, fallback) a6ffef9 HamidOmarov commited on 11 days ago
Fix order: define app before endpoints; add /debug/translate 78bd110 HamidOmarov commited on 11 days ago
Clean Dockerfile; pre-translate paragraphs; add /debug/translate a7ef914 HamidOmarov commited on 11 days ago
Clean Dockerfile; pre-translate contexts to EN before summarizing 70b60a8 HamidOmarov commited on 11 days ago
Fix: install python-multipart (file uploads) + bust cache a0a7164 HamidOmarov commited on 11 days ago