Repo · Search & RAG
Search-Function-Test
A test project based on Jev AI, the goal is to build a search function for a blog/article website that has 100s of articles to search from, So the…
Open github.com ↗How builders describe it
A test project based on Jev AI, the goal is to build a search function for a blog/article website that has 100s of articles to search from, So the user can actually use the search as chat to question anything and find related answers/articles.
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 →