Repo · Search & RAG
jev-reranker (shinpr)
Rust CLI that pipes JSON candidate arrays through TypeSafe Jev to rerank, filter (evidence), or compress (passage extract) results for LLM context.
Open github.com ↗How builders describe it
Rerank, filter, and compress JSON search results with TypeSafe AI's Jev.
Rust CLI that pipes JSON candidate arrays through TypeSafe Jev to rerank, filter (evidence), or compress (passage extract) results for LLM context. Distinct from llama-index-jev (LlamaIndex Python postprocessors) and from other same-named experiments not listed here.
The decision Jev makes
Rank candidates against a query, or answer whether a passage is relevant.
Where it fits
Search pipelines retrieve too much. These projects use Jev as a reranker or relevance check after the first search, so only useful results reach the user or the model. All 56 search & rag projects →