CoolFace
Apppublic

melbinjp/DocQA

sourceHugging Faceupdated 25d agoView on Hugging Face
0likes
50 commits on main
4a1a5a125d ago

Cite the page in the answer, not only beside it

melbinjp
b2dbe9e25d ago

Refuse a bot check instead of storing it as the document

melbinjp
6ac24b625d ago

A document is a scan or it is not, and the reader gets a deadline

melbinjp
115d81d25d ago

Give the manifest a budget, since my fixed number was wrong

melbinjp
769272b25d ago

Show enough of a document to say what it is, not who wrote it

melbinjp
58bc02f25d ago

Mark every chunk of a transcript, not just the first

melbinjp
6152d8e25d ago

Let the page reader fall back, and only spend a request where it is needed

melbinjp
564531325d ago

Report why the page reader found nothing, instead of a bare 400

melbinjp
5cbba4825d ago

Look at the page, so a scan is a document and a chart is readable

melbinjp
70b160925d ago

Index a long chunk several times over, so a buried fact is reachable

melbinjp
42d6bdd26d ago

Always say what is loaded, whatever retrieval returned

melbinjp
360056b26d ago

Tell the model which document each excerpt came from

melbinjp
df76a6926d ago

Read HTML ourselves, instead of depending on a third party to do it

melbinjp
88247ac26d ago

Index a table by its caption, and return its grid

melbinjp
8c9d5b926d ago

Give a table its caption, or it cannot be found at all

melbinjp
54b90a026d ago

Keep a table whole, and add a lexical retriever beside the dense one

melbinjp
d9963d826d ago

Name the two retrieval caps, so raising one is not undone by the other

melbinjp
b3326ce26d ago

Stop cutting facts in half, and rank by cosine

melbinjp
e11c5e826d ago

Fetch the document itself, so a URL can be cited by page

melbinjp
b13979926d ago

Carry the page through extraction, so a citation can name one

Melbin J Paulose
6a39e2226d ago

Keep the free tiers awake, every three days

Melbin J Paulose
40650251mo ago

build: bump torch to 2.9.1; current transformers requires >=2.5 at import

melbinjp
f28256c1mo ago

build: resolve torch install deps from PyPI as fallback

melbinjp
2d2cf741mo ago

fix: retry timeouts like high-demand errors, bound stream chunks, trim ingest 400 detail

melbinjp
5439dcf2mo ago

Add MIT LICENSE

melbinjp, Claude Fable 5
4af6a603mo ago

fix: Disable Accel-Buffering for SSE StreamingResponse

melbinjp
4bb12703mo ago

feat: Add SSRF protection and active Gemini fallback models

melbinjp
f65bd6a3mo ago

Increase embedding generation timeout to 180s

melbinjp
4680c273mo ago

Integrate Jina Reader for URL content fetching with fallback

melbinjp
11141a33mo ago

fix: Use BeautifulSoup directly for HTML/URL parsing to prevent timeouts on large pages

melbinjp
d5002853mo ago

fix: Set standard browser User-Agent in backend HTTP client to prevent 403 Forbidden on URL ingestion

melbinjp
17da7863mo ago

upg: Upgrade legacy google-generativeai to google-genai and migrate model to gemini-3.5-flash

melbinjp
75ed7183mo ago

fix: Implement retry mechanism with exponential backoff on LLM rate limits

melbinjp
cd7300c3mo ago

fix: Robust parsing fallback for JSON/Form and PyMuPDF fallback for PDFs

melbinjp
564ce363mo ago

fix: Add PDF/docx/pptx/xlsx extras to markitdown and support dynamic content-type parsing for ingest endpoint

melbinjp
ea33dbd3mo ago

fix: Correct PyTorch CPU installation index URL in Dockerfile

melbinjp
e6272543mo ago

fix: Upgrade PyTorch to 2.4.0 in Dockerfile to support latest transformers and numpy 2.x

melbinjp
ba051243mo ago

fix: Pin numpy<2.0.0 to prevent PyTorch 2.2.2 segfaults causing 503s

melbinjp
e689c453mo ago

fix: Relax dependency version pins to resolve pip conflict with markitdown in Docker

melbinjp
a7754da3mo ago

feat: Replace PyPDF2 and custom parsers with MarkItDown for universal document ingestion

melbinjp
4608d5e5mo ago

Merge pull request #6 from melbinjp/async-rag-improvements-1387425315086175663

Melbin J Paulose
4c35f435mo ago

feat: make RAG API fully non-blocking with proper error handling

google-labs-jules[bot], melbinjp
93df9025mo ago

Fix HF Hub download ReadTimeout error

melbinjp
68580ae1y ago

Merge pull request #5 from melbinjp/feat/return-chunk-count

Melbin J Paulose
9cabc921y ago

feat: Return chunk count in ingest response

google-labs-jules[bot]
96dd63b1y ago

Add session management endpoints for frontend integration

Melbin J Paulose
767f60b1y ago

Update README.md

Melbin J Paulose
ce17e341y ago

Merge pull request #4 from melbinjp/refine-and-enhance-app

Melbin J Paulose
7ec80561y ago

Add Hugging Face Spaces configuration to README.md.

google-labs-jules[bot]
956f5c11y ago

Merge pull request #3 from melbinjp/refine-and-enhance-app

Melbin J Paulose