# Search, reranking and RAG

9 entries.

- [jev-search](https://github.com/superagents-lab/jev-search) - Source selection, query understanding, and relevance ranking for web search.
- [blink](https://github.com/ellipsis-dev/blink) - Codebase search where Jev scores the candidates.
- [reranker](https://github.com/hev/reranker) - Jev as a calibrated reranker: one call, up to 30 documents, a probability per document.
- [llama-index-jev](https://github.com/WiktorB2004/llama-index-jev) - LlamaIndex reranker and router, cheaper than an LLM judge.
- [jev-tree](https://github.com/reachjalil/jev-tree) - Recursive choice over a taxonomy, past the 255-option cap.
- [jev-folio-recursive-classifier](https://github.com/mttrbrts/jev-folio-recursive-classifier) - Classifies OCR'd legal agreements through the FOLIO Document Types ontology with recursive Jev Choices, beam search, confidence-gated leaf stopping, and context-length benchmarking.
- [neo4jev](https://github.com/jexp/neo4jev) - Walks a Neo4j graph by classifying neighbouring relationships.
- [jev-sift](https://github.com/kbhuw/jev-sift) - MCP tool that scores a batch of files, URLs, or snippets for relevance so the agent opens only what matters.
- [jev-scout](https://github.com/AkashPriyadarshii/jev-scout) - Rust CLI and MCP server that finds real, maintained repos and crates for a plain-language request, with Jev scoring the candidates.

Page: https://awesomejev.vercel.app/c/search-reranking-and-rag/
