Fix: Clean formatted answers without LLM - proper summarization and readable output" 630d94e verified myagent10101 commited on 27 days ago
Fix search.py: add DB fallback when FAISS unavailable 1114596 verified myagent10101 commited on 27 days ago
Fix chat.py: pass db session to RAG for DB fallback search" cff638a verified myagent10101 commited on 27 days ago
Fix RAG: fallback to DB text search when FAISS index unavailable" 8ed5cb1 verified myagent10101 commited on 27 days ago
Replace worker.py with a no-op stub (processing now in files.py)" c5fd2fd verified myagent10101 commited on 27 days ago
Remove celery from requirements (using BackgroundTasks instead)" a7dc22a verified myagent10101 commited on 27 days ago
Simplify start.sh: no Celery needed, processing is inline via BackgroundTasks a58b0b1 verified myagent10101 commited on 27 days ago
Update frontend: real-time upload progress bar and processing status" 3c76c6f verified myagent10101 commited on 27 days ago
Rewrite files.py: inline processing with real-time SSE status updates a9b587a verified myagent10101 commited on 27 days ago
Remove jinja2 dep (using HTMLResponse directly now) 0d7f195 verified myagent10101 commited on 27 days ago
Fix template rendering - use new Starlette TemplateResponse API" 24792ad verified myagent10101 commited on 27 days ago
Fix start.sh: remove set -e, handle Redis failure gracefully 8f29094 verified myagent10101 commited on 27 days ago
Fix Dockerfile: add user, fix permissions for HF Spaces 02c7791 verified myagent10101 commited on 27 days ago
Fix files.py: handle Celery dispatch failure gracefully 2c14816 verified myagent10101 commited on 27 days ago
Fix app/worker.py: correct celery app name for CLI invocation 33cbed7 verified myagent10101 commited on 27 days ago
Fix app/main.py: handle missing Redis gracefully, add error handling f6c530f verified myagent10101 commited on 27 days ago
Fix startup: single worker, handle Redis failure gracefully, fix Celery import febcfb1 verified myagent10101 commited on 27 days ago
Add app/worker.py - Celery background processing 79e3a96 verified myagent10101 commited on 27 days ago
Add app/chat.py, app/search.py, app/rag.py, app/worker.py, app/main.py a34eb49 verified myagent10101 commited on 27 days ago
Add app/auth.py, app/files.py, app/chat.py, app/search.py f1eeb59 verified myagent10101 commited on 27 days ago
Clean slate - rebuild with simpler architecture for Spaces 68c69e3 verified myagent10101 commited on 27 days ago