App · Search & RAG
Jev in Search: Three Practical Evaluations
Independent experiments on search stopping, memory reranking, and multi-hop relation selection, with implementation links and limitations including…
Open zc277584121.github.io ↗How builders describe it
Independent experiments on search stopping, memory reranking, and multi-hop relation selection, with implementation links and limitations including private data, unequal sample counts, and a simulated speed illustration.
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 →