Repo · Search & RAG
Milvus Model
Use a Python reranker interface to score candidate documents with Jev and return their original indices in score order.
Open github.com ↗How builders describe it
Python reranker adapter that sends candidate documents as Jev Noul questions in one request, then sorts the returned scores and preserves original document indices.
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 →