fix: load embedding and reranker models from local /app/models path, never HuggingFace Hub at runtime 92a3951 rehan575 commited on May 13
fix: update Dockerfile to use download_models.py with deterministic /app/models cache path 5101584 rehan575 commited on May 13
feat: add download_models.py to pre-cache HuggingFace models at build time c3deb25 rehan575 commited on May 13
feat: add structured startup logging to improve production observability 75b74af rehan575 commited on May 10
chore: pin all backend dependency versions for reproducible Docker builds fbd9932 rehan575 commited on May 5
feat: add multi-stage Dockerfile for FastAPI backend with model pre-bake cc064fb rehan575 commited on May 1
feat: enrich /health response and add /ready liveness probe for Cloud Run cb02ce9 rehan575 commited on Apr 30
feat: reconcile existing FAISS indexes into session store on startup a99e40d rehan575 commited on Apr 29
feat: add preload_models.py to cache HuggingFace models at image build time 788fc2c rehan575 commited on Apr 28
chore: add backend/.dockerignore to exclude venv, indexes, and secrets 8ff00fd rehan575 commited on Apr 26
chore: externalize RERANKER_MODEL, EMBEDDING_MODEL, GEMINI_MODEL to env vars 940c481 rehan575 commited on Apr 24
fix: secure CORS with ALLOWED_ORIGINS env var, remove unused imports 9b45962 rehan575 commited on Apr 23