vector-auditor / scripts

Commit History

feat: cache reranker snapshot at build time via huggingface_hub
e61df26

AkshayM commited on

perf: revert to all-MiniLM-L6-v2, query embed cache, fire-and-forget Cloudinary, pre-warm reranker, reduce top-k
1476572

AkshayM commited on

fix: skip reranker build-time cache (1.1 GB OOMs builder), lazy-load at runtime
a42957b

AkshayM commited on

fix: free memory between model downloads, graceful fallback if reranker OOMs
41f063a

AkshayM commited on

perf: upgrade embedding to all-mpnet-base-v2, add cross-encoder reranker, LRU cache, enable PII by default
9147527

AkshayM commited on

production hardening: circuit breakers, graceful degradation, health checks, parallel uploads, HF Spaces deploy config
fc2fe9f

AkshayM commited on

fix upload pipeline: await add_document, pre-load model eagerly, add verbose UPLOAD/VectorStore logging; remove unused deployment configs
90c440b

AkshayM commited on

fix models.py: match Neon schema varchar sizes, add email unique constraint
167c070

AkshayM commited on