Commit History

fix: update QWEN_MODEL_ID default to 1.5B in main.py (missed in previous commit)
d5c52d4

dhammawatthumpra commited on

Swap default Query-Transform LLM to Qwen2.5-0.5B-Instruct to significantly reduce memory footprint and CPU generation latency on Hugging Face free tier
82e5f43

dhammawatthumpra commited on

Optimize PyTorch resource usage: set CPU threads to 1 to prevent health check timeouts and reduce max generation tokens to 45
68c0ac1

dhammawatthumpra commited on

Optimize backend preloading: preload Qwen & Jina-v5 at startup, cache Qwen in QueryTransformService class attributes, and bypass Ollama connection attempts when not ready
029c891

dhammawatthumpra commited on

fix: add Cache-Control headers to static files — no-cache for root icons, immutable for hashed assets
ed6d275

dhammawatthumpra commited on

fix: serve all root-level static files (icons, favicon.svg, apple-touch-icons)
faab8c8

dhammawatthumpra commited on

feat: implement Reference Lookup API and ReferencePopup integration
b1f23a6

dhammawatthumpra commited on

เตรียมความพร้อมสำหรับการ Deploy บน HF Spaces: เพิ่ม ONNX Reranker, แก้ไข Static Path และปรับปรุง Asset Downloader
fc33cde

dhammawatthumpra commited on

chore: stabilization and cleanup audit
ed478b7

dhammawatthumpra commited on

feat: ปรับปรุงระบบ Tipitaka AI Reader และ LLM Prompt
c61e695

dhammawatthumpra commited on

feat: health check + Discord webhook alert, non-streaming API endpoint
ad0cf63

dhammawatthumpra commited on

Expand POPULAR_TERMS: 40 -> 293 via 84000.org dictionary
9b44273

dhammawatthumpra commited on

fix: replace middleware with explicit catch-all route for mobile 404
86e003d

dhammawatthumpra commited on

fix: replace conflicting root route with middleware-based SPA catch-all
9178185

dhammawatthumpra commited on

Deploy React+FastAPI webapp to HF Space
8052574

dhammawatthumpra commited on