FastAPI-RAG-API / app /rag_system.py

Commit History

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

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

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

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 indentation; stable EN extractive summarizer
6b6b475

HamidOmarov commited on

Force EN translation + strong dedup filtering
f06409c

HamidOmarov commited on

Aggressive tabular filtering + az->en translation (Helsinki-NLP)
a46e32d

HamidOmarov commited on

English UX + extractive summarizer
ebbe4db

HamidOmarov commited on

Fix HF Spaces cache permissions and set model cache
edc48fd

HamidOmarov commited on

Initial commit: FastAPI RAG API
64fd9b7

HamidOmarov commited on