Repo · Search & RAG
jevgrep
Grep by meaning: pipe in any text, ask a yes/no question in plain English, get only the matching lines.
Open github.com ↗How builders describe it
Grep by meaning: pipe in any text, ask a yes/no question in plain English, get only the matching lines. Works behind tail -f, about $0.004 per 1,000 lines, powered by TypeSafe's Jev.
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 →