Commit History

runtime: add app.storage using /tmp/rag_data; import it in api.py; replace hardcoded /data
2949aaa
Running

HamidOmarov commited on

fix(runtime): add app.storage module; make app a package; use relative import
1768b63

HamidOmarov commited on

fix(runtime): strip U+FEFF (BOM/ZWNBSP) from Python sources
2690221

HamidOmarov commited on

fix(import-order): place __future__ first; then storage import
1171cba

HamidOmarov commited on

fix(runtime): pick writable DATA_DIR via storage module; create dirs on startup; remove hardcoded /data
649d2d5

HamidOmarov commited on

chore: use DATA_DIR (/data) via env; create folders on startup
8ea6d3a

HamidOmarov commited on

fix(runtime): write paths to /workspace + create dirs; set APP_MODULE=app.api:app
7d8f85a

HamidOmarov commited on

stabilize: pin deps, limit BLAS threads, proper HF cache
55b686d

HamidOmarov commited on

build(docker): add Dockerfile and boot entrypoint for HF Spaces
dcc717e

HamidOmarov commited on

fix(spaces): valid YAML frontmatter; banner moved below; avoid YAML conflicts
ae65368

HamidOmarov commited on

fix(spaces): ensure README frontmatter at top
185689c

HamidOmarov commited on

docs: add Available for Hire banner
adf6157

HamidOmarov commited on

Add in-memory metrics: avg_ms, last7, lastN, /stats + /get_history
f8f9335

HamidOmarov commited on

Add in-memory metrics + /stats, /get_history and include router
089198a

HamidOmarov commited on

Normalize line endings via .gitattributes
af48d88

HamidOmarov commited on

Add /generate alias for PDF-QA compatibility
26b3f58

HamidOmarov commited on

chore: ignore local result JSONs
2200095

HamidOmarov commited on

RAG: ftfy + AZ spacing fix, pdfminer fallback; smarter synthesis
af613b6

HamidOmarov commited on

RAG: fix mojibake via ftfy; descoped-mode to keep tabular lines; better AZ→EN handling
4448508

HamidOmarov commited on

RAG: fix mojibake/word-breaks; relax tabular filter; keyword-line fallback for scope changes
0a78f5f

HamidOmarov commited on

Text cleanups: join inter-letter spaces + ftfy normalize
1fb5688

HamidOmarov commited on

Normalize PDF text (ftfy) + stricter cleaning to reduce mojibake/noise
9dc7698

HamidOmarov commited on

Spaces: docker SDK + clean README (UTF-8 no BOM, LF)
2fbf4a0

HamidOmarov commited on

Spaces: docker SDK + clean README
a7f5491

HamidOmarov commited on

docs: clean README frontmatter (UTF-8 no BOM)
2538431

HamidOmarov commited on

docs: UTF-8 README with Spaces metadata; mark *.md as text; ignore README.bak.md
19d85f2

HamidOmarov commited on

Fix: README.md as UTF-8 text; force *.md as text
a7a634d

HamidOmarov commited on

Fix: README.md as UTF-8 text; force *.md as text
c6a1bc3

HamidOmarov commited on

RAG API 1.3.1: retrieval+encoding fixes; stats/history; HF-safe paths
41018f6

HamidOmarov commited on

Merge HF Space updates into local
3e29f58

HamidOmarov commited on

Update app/rag_system.py
1cc2b5b
verified

HamidOmarov commited on

Update app/rag_system.py
cf92f2c
verified

HamidOmarov commited on

Update app/rag_system.py
833b4d4
verified

HamidOmarov commited on

Update app/api.py
b1de6d2
verified

HamidOmarov commited on

Update app/api.py
7715973
verified

HamidOmarov commited on

Docs: README + MIT license + repo .gitignore
de26ec1

HamidOmarov commited on

Fix syntax: closing parenthesis in /reset_index
26ad320

HamidOmarov commited on

Robust RAG: pdfminer fallback, safe last_added, 400 on scanned PDFs, stats & reset endpoints
40a908e

HamidOmarov commited on

RAG: pdfminer fallback + last-file summary fallback + relaxed filters + fixes
88d2e91

HamidOmarov commited on

RAG: robust EN summarization (pre-translate, filters, fallback)
a6ffef9

HamidOmarov commited on

Fix imports/order and provide full working FastAPI app
a037cf8

HamidOmarov commited on

Fix: import RedirectResponse and root redirect
9c1d195

HamidOmarov commited on

Fix order: define app before endpoints; add /debug/translate
78bd110

HamidOmarov commited on

Force clean EN output with keyword fallback
07f735f

HamidOmarov commited on

Clean Dockerfile; pre-translate paragraphs; add /debug/translate
a7ef914

HamidOmarov commited on

Clean Dockerfile; pre-translate contexts to EN before summarizing
70b60a8

HamidOmarov commited on

Fix: install python-multipart (file uploads) + bust cache
a0a7164

HamidOmarov commited on

Fix indentation; stable EN extractive summarizer
6b6b475

HamidOmarov commited on

Bust cache to reinstall deps
a5f927b

HamidOmarov commited on

API: add translation deps
1bcdf0f

HamidOmarov commited on