# Dev/CPU reranker — only for running scripts/rerank_server.py locally. # Production uses the llama.cpp + jina-reranker GGUF sidecar (see # deploy/docker-compose.yml). Install with: # # pip install -r requirements-rerank.txt # # This adds PyTorch (~2 GB) and the sentence-transformers cross-encoder # (cross-encoder/ms-marco-MiniLM-L-6-v2, ~22 MB). Keep out of the main # requirements.txt so the production image stays slim. sentence-transformers>=3.0