Source Ranking Issues
The Problem
Symptoms
---
## How to Solve
**Implement reranking (Cohere Rerank, cross-encoder) after initial retrieval + boost recent documents with recency scoring + assign source authority weights + use domain-adapted embeddings or fine-tuning + increase K at retrieval, then rerank top-20 to top-5 + test ranking quality with NDCG@K metric + adjust boost weights empirically (not just guessing).** See [Ranking Optimization](../accuracy/source-priority.md).Last updated

