CoolFace
Apppublic

Akshanshsensei/PDF-Constrained-Conversational-Agent

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
33 commits on main
55189715mo ago

revert: remove FastAPI wrapper to use native Gradio UI and ?view=api docs

adefq
b2be6465mo ago

feat: wrap Gradio in FastAPI to expose Swagger UI at /docs

adefq
62022d65mo ago

chore: remove dev-only utility scripts and binary artifacts

adefq
b3f84515mo ago

ci: trigger HF Space rebuild with requirements.txt touch

adefq
85d877a5mo ago

ci: force HF Space rebuild

adefq
f4bd0cd5mo ago

style: remove all emojis from UI strings and tool status messages

adefq
1d2fac65mo ago

fix: re-add type='messages' to gr.Chatbot for Gradio 5.33.0 tuples format error

adefq
cc39a115mo ago

fix: remove type='messages' from gr.Chatbot for Gradio 5.33.0 compatibility

adefq
96175cd5mo ago

feat: Add Chain-of-Thought thinking accordion to LLM streaming output

adefq
d4760a75mo ago

fix: get_page_count tool should return true page count from metadata, not non-empty page length

adefq
0e9c16a5mo ago

fix: revert gradio 6.0 theme parameter back to gr.Blocks for 5.33.0 compatibility

adefq
a934b365mo ago

feat: Add Agentic Tool-Use layer for precise factual calculations

adefq
b447bec5mo ago

Fix: upgrade Gradio SDK to 5.33.0, disable API schema endpoint, sync upload script

adefq
6b851985mo ago

Clean up README by removing unnecessary metadata

Akshansh Sinha
776b61d5mo ago

chore: track pdf with git lfs

adefq
4db361e5mo ago

chore: add Hugging Face Spaces configuration README

adefq
6d94bf35mo ago

final push

adefq
db44ac25mo ago

chore: bind gradio to 0.0.0.0 for huggingface spaces

adefq
df65e075mo ago

feat(v1): index persistence, genai SDK migration, page citations, recursive memory, multilingual support

adefq
937d3175mo ago

feat: V1 upgrade - switch PDF parser from pypdf to PyMuPDF

adefq
981c4b85mo ago

fix: 4 pre-submission critical fixes from code review

adefq
00d040a5mo ago

feat: v0 baseline - hybrid RAG pipeline with anti-hallucination

adefq
91776795mo ago

chore: add venv run script

adefq
ca0596e5mo ago

feat: add Gradio UI and main application entry point

adefq
0f799a15mo ago

feat(agent): add constrained LLM generator with streaming

adefq
4378dd05mo ago

feat(agent): add Redis-backed conversational memory with sliding window

adefq
5455b405mo ago

feat(core): add CrossEncoderReranker for high-precision chunk selection

adefq
a91c7605mo ago

feat(core): add HybridRetriever with RRF and hallucination threshold

adefq
d273b2f5mo ago

feat(core): add BM25 lexical retriever

adefq
9a787085mo ago

feat(core): add FAISSEmbedder with Gemini and local fallback

adefq
91bbdcf5mo ago

feat(core): add text chunker with sliding window

adefq
b4a59765mo ago

feat(core): add PDF parser with header/footer filtering

adefq
ad7c2b65mo ago

feat: initial project setup (config, logger, dependencies)

adefq