medical-chatbot / app.py

Commit History

Remove source URL from rejection responses
2729436

Dipanshu Singh Claude Opus 4.6 commited on

Show source URL on rejection responses & update notebook outputs
c25170e

Dipanshu Singh Claude Opus 4.6 commited on

Make embeddings cache loading robust with try/except
9c297da

Dipanshu Singh Claude Opus 4.6 commited on

Fix numpy allow_pickle error on cached embeddings
f84a0d2

Dipanshu Singh Claude Opus 4.6 commited on

Always include source URL; reject results without one
8b1ffbb

Dipanshu Singh Claude Opus 4.6 commited on

Fix AttributeError on NaN url values
f646314

Dipanshu Singh Claude Opus 4.6 commited on

Switch LLM backend from Ollama to Groq
2e54dd3
unverified

Claude commited on

Fix 'Cannot assign requested address' error and add LLM fallback
21b965d
unverified

Claude commited on

Add pre-computed embeddings cache and optimize load_pipeline
6384c6b
unverified

Claude commited on

Replace broken Excel-as-CSV with properly generated UTF-8 CSV
e4b75a6
unverified

Claude commited on

Read Excel dataset directly instead of broken CSV
9ba893f
unverified

Claude commited on

Use latin-1 encoding to read CSV, export CSV as UTF-8
a792652
unverified

Claude commited on

Fix UnicodeDecodeError when reading MedQuAD CSV
3a70f5f
unverified

Claude commited on

Add Streamlit chat UI (app.py) for deployable medical chatbot
42de92b
unverified

Claude commited on