vector-auditor / Dockerfile

Commit History

Reduce uvicorn workers from 8 to 1 to prevent OOM on HF Spaces
3fb79c1

AkshayM commited on

feat: cache reranker snapshot at build time via huggingface_hub
e61df26

AkshayM commited on

perf: 8 workers, 10 concurrent uploads, Qdrant wait=False + batch 2000
e28a6da

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

fix: COPY alembic directory correctly so migrations run
627f6b8

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