Pattern catalog
Pattern · passage-rerank
Passage & search reranker
Keywords: search, rerank, retrieval, passage, relevance, documents
Jev questions
relevance · score
How relevant is this passage to the query?
directly_answers · noul
Does this passage directly answer the query?
Who owns what
Code
- You keep top-k cutoff and score threshold in code
- Dedupe identical passages in code
Jev
- relevance as Score
- directly_answers as Noul
LLM
- Synthesize the final answer from the top passages
Guard: keep passages with relevance >= 2 up to top_k; else answerFromTop();