Repo · Search & RAG
Jevflix
Hybrid movie recommender: FAISS + BM25 narrow ~4,800 films to a shortlist, then TypeSafe Jev parses constraints and picks one title with a confidence…
Open github.com ↗How builders describe it
Hybrid movie recommender: FAISS + BM25 narrow ~4,800 films to a shortlist, then TypeSafe Jev parses constraints and picks one title with a confidence gate that either answers or asks a follow-up.
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 →