CoolFace
Apppublic

dineshupadhya/docqa-chatbot

sourceHugging Faceupdated 11d agoView on Hugging Face
0likes
25 commits on main
d6bc33f11d ago

Update frontend/requirements.txt

dineshupadhya
8f6812811d ago

Update frontend/app.py

dineshupadhya
bfd89dd4mo ago

docs: add YAML frontmatter to README

dineshupadhya
8a2ba1c4mo ago

docs: update README with v3.0 features

dineshupadhya
e2873534mo ago

fix: move voice_query handler to tab level outside c1 column

dineshupadhya
b80c9dd4mo ago

fix: move voice_query handler outside VOICE_AVAILABLE block, show suggestions in chat when empty

dineshupadhya
929b4524mo ago

feat: streaming answers, query suggestions after upload, OpenAI key input in sidebar

dineshupadhya
201d7ee4mo ago

v3.0: multi-model, streaming, similarity viz, doc compare, chat persistence, voice output, highlighted sources

dineshupadhya
5c693734mo ago

fix: simplify prompt for flan-t5-small - minimal format works better with small models

dineshupadhya
858782a4mo ago

fix: replace broken pipeline(text2text-generation) with custom FlanT5LLM class using model.generate() directly

dineshupadhya
3cad12a4mo ago

fix: comprehensive error handling - backend returns JSON on all errors, LLM status endpoint, frontend handles all failure modes

dineshupadhya
41f51d64mo ago

fix: increase timeout to 300s, add JSON decode error handling, show warming up message

dineshupadhya
43267854mo ago

fix: return friendly message when no docs uploaded, add status indicator, clean dead code

dineshupadhya
d3a30354mo ago

fix: rewrite voice input - pass file-like object directly to sr.AudioFile, use session_state.pop

dineshupadhya
6ace3d54mo ago

fix: remove st.rerun() from inside chat_message block that caused errors

dineshupadhya
05641a54mo ago

Auto-send voice input to chat after transcription

dineshupadhya
9d050104mo ago

Add Send Voice Question button to actually ask the transcribed question

dineshupadhya
77f820d4mo ago

Fix: remove pyaudio (not needed for st.audio_input)

dineshupadhya
b5dda9c4mo ago

Force Docker rebuild: pin streamlit>=1.33, add SpeechRecognition

dineshupadhya
123f7f74mo ago

Force rebuild: voice input fix

dineshupadhya
b1c9ef84mo ago

Fix: server-side voice input with SpeechRecognition + st.audio_input

dineshupadhya
e98fdb34mo ago

Fix: standalone voice input component with Web Speech API

dineshupadhya
fbc131e4mo ago

Fix: implement real working voice input with Web Speech API

dineshupadhya
6615b294mo ago

Deploy DocQA Chatbot with all features

dineshupadhya
b93c7014mo ago

initial commit

dineshupadhya