agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill rag-reranking

Assembled 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

  1. Cross-Encoder Reranking: Sentence-transformer cross-encoders
  2. Cohere Rerank: Cohere rerank-v3 API
  3. MMR Reranking: Diversity-aware result filtering
  4. LLM Reranking: Using LLM for relevance scoring
  5. 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)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.