Rag reranking
Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/rag-reranking
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill rag-rerankingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Cross-encoder reranking and MMR diversity filtering for improved retrieval quality
SKILL.md
1.6 KB, as published. Nobody here has run it
RAG Reranking Skill
Capabilities
- Implement cross-encoder reranking models
- Configure Maximal Marginal Relevance (MMR) filtering
- Set up Cohere Rerank integration
- Design multi-stage retrieval pipelines
- Implement diversity-aware reranking
- Configure score normalization and thresholds
Target Processes
- advanced-rag-patterns
- rag-pipeline-implementation
Implementation Details
Reranking Methods
- Cross-Encoder Reranking: Sentence-transformer cross-encoders
- Cohere Rerank: Cohere rerank-v3 API
- MMR Reranking: Diversity-aware result filtering
- LLM Reranking: Using LLM for relevance scoring
- Reciprocal Rank Fusion: Combining multiple retrievers
Configuration Options
- Reranking model selection
- Top-k after reranking
- MMR lambda (relevance vs diversity)
- Score threshold filtering
- Batch size for reranking
Best Practices
- Use cross-encoders for quality
- Balance relevance and diversity
- Set appropriate thresholds
- Monitor reranking latency
Dependencies
- sentence-transformers
- cohere (optional)