Relevance answers “does it help?”
Higher scores mean the snippet more directly answers your query. The original vector score stays visible so you can see what moved.
Compare the vector shortlist, Jev relevance, and a lexical baseline. Every result stays tied to its original snippet.
Jev classifies supplied snippets only. The baseline is a lexical mock, not a traditional neural reranker.
Comparison requires every candidate to be scored. Correlation uses displayed positions; ties use vector score, then input order. Latencies are measured locally, including network time for Jev. Vector latency measures sorting only, not retrieval. Costs exclude hosting and compute.
Higher scores mean the snippet more directly answers your query. The original vector score stays visible so you can see what moved.
Confidence describes Jev’s certainty about its chosen label. A snippet can be confidently irrelevant. Unknown or failed classifications remain unscored.
Top-10 overlap counts shared results near the top. Rank correlation compares the whole order, from −1 (opposite) to +1 (the same).
Highlighted cards moved at least 20% of the shortlist between Jev and the baseline, with a minimum difference of five places.
The baseline is a local token-overlap mock. This demo has no human relevance labels, so it cannot establish accuracy or outperforming a traditional reranker. Jev timing includes network calls; vector timing covers sorting only.
Relevance uses the probability-weighted ordinal level when a complete normalized distribution is available; otherwise it uses the selected level. Confidence is the lower of model confidence and selected-label probability. Ties use vector similarity, then input order. Unscored candidates appear last and withhold comparison metrics. Cost estimates use your entered per-request price and exclude hosting and compute.
Similarity from your input
Measuring sort…src/auth/session.ts — verifySession validates the signed session cookie, expiry and authenticated user. Sample excerpt 1.
src/storage/cache.ts — Reads cached records with a time-to-live. Sample excerpt 9.
src/permissions/policy.ts — canEdit checks resource permissions after the user has authenticated. Sample excerpt 8.
src/utils/dates.ts — Formats dates and converts time zones. Sample excerpt 6.
src/ui/Button.tsx — Reusable button styling, focus states and disabled behavior. Sample excerpt 5.
src/auth/tokens.ts — verifyAccessToken validates JWT signature, issuer, audience and expiration. Sample excerpt 4.
src/catalog/products.ts — Loads product names, inventory and pricing. Sample excerpt 2.
src/search/vector.ts — Computes vector similarity and returns top search candidates. Sample excerpt 1.
src/auth/oauth.ts — validateCallback verifies OAuth state and exchanges the authorization code. Sample excerpt 10.
src/config/theme.ts — Defines dark and light color tokens. Sample excerpt 8.
src/billing/invoices.ts — Creates invoices and records payment totals. Sample excerpt 7.
src/routes/login.ts — POST /login authenticates credentials and creates a session. Sample excerpt 6.
src/metrics/counters.ts — Tracks HTTP request counts and response duration. Sample excerpt 4.
src/ui/LoginForm.tsx — Renders email and password fields; submits credentials to /login. Sample excerpt 3.
src/auth/password.ts — verifyPassword compares the supplied password against its stored hash during login. Sample excerpt 2.
src/jobs/cleanup.ts — Removes expired temporary files each night. Sample excerpt 10.
docs/authentication.md — Authentication overview: requests pass through requireAuth and verifySession. Sample excerpt 9.
src/middleware/auth.ts — requireAuth rejects requests without a valid authentication session. Sample excerpt 8.
src/email/templates.ts — Renders welcome messages and notification templates. Sample excerpt 6.
tests/auth/login.test.ts — Tests reject incorrect credentials and accept an authenticated session. Sample excerpt 5.
src/auth/session.ts — verifySession validates the signed session cookie, expiry and authenticated user. Sample excerpt 4.
src/storage/cache.ts — Reads cached records with a time-to-live. Sample excerpt 2.
src/permissions/policy.ts — canEdit checks resource permissions after the user has authenticated. Sample excerpt 1.
src/utils/dates.ts — Formats dates and converts time zones. Sample excerpt 9.
src/ui/Button.tsx — Reusable button styling, focus states and disabled behavior. Sample excerpt 8.
src/auth/tokens.ts — verifyAccessToken validates JWT signature, issuer, audience and expiration. Sample excerpt 7.
src/catalog/products.ts — Loads product names, inventory and pricing. Sample excerpt 5.
src/search/vector.ts — Computes vector similarity and returns top search candidates. Sample excerpt 4.
src/auth/oauth.ts — validateCallback verifies OAuth state and exchanges the authorization code. Sample excerpt 3.
src/config/theme.ts — Defines dark and light color tokens. Sample excerpt 1.
src/billing/invoices.ts — Creates invoices and records payment totals. Sample excerpt 10.
src/routes/login.ts — POST /login authenticates credentials and creates a session. Sample excerpt 9.
src/metrics/counters.ts — Tracks HTTP request counts and response duration. Sample excerpt 7.
src/ui/LoginForm.tsx — Renders email and password fields; submits credentials to /login. Sample excerpt 6.
src/auth/password.ts — verifyPassword compares the supplied password against its stored hash during login. Sample excerpt 5.
src/jobs/cleanup.ts — Removes expired temporary files each night. Sample excerpt 3.
docs/authentication.md — Authentication overview: requests pass through requireAuth and verifySession. Sample excerpt 2.
src/middleware/auth.ts — requireAuth rejects requests without a valid authentication session. Sample excerpt 1.
src/email/templates.ts — Renders welcome messages and notification templates. Sample excerpt 9.
tests/auth/login.test.ts — Tests reject incorrect credentials and accept an authenticated session. Sample excerpt 8.
src/auth/session.ts — verifySession validates the signed session cookie, expiry and authenticated user. Sample excerpt 7.
src/storage/cache.ts — Reads cached records with a time-to-live. Sample excerpt 5.
src/permissions/policy.ts — canEdit checks resource permissions after the user has authenticated. Sample excerpt 4.
src/utils/dates.ts — Formats dates and converts time zones. Sample excerpt 2.
src/ui/Button.tsx — Reusable button styling, focus states and disabled behavior. Sample excerpt 1.
src/auth/tokens.ts — verifyAccessToken validates JWT signature, issuer, audience and expiration. Sample excerpt 10.
src/catalog/products.ts — Loads product names, inventory and pricing. Sample excerpt 8.
src/search/vector.ts — Computes vector similarity and returns top search candidates. Sample excerpt 7.
src/auth/oauth.ts — validateCallback verifies OAuth state and exchanges the authorization code. Sample excerpt 6.
src/config/theme.ts — Defines dark and light color tokens. Sample excerpt 4.
src/billing/invoices.ts — Creates invoices and records payment totals. Sample excerpt 3.
src/routes/login.ts — POST /login authenticates credentials and creates a session. Sample excerpt 2.
src/metrics/counters.ts — Tracks HTTP request counts and response duration. Sample excerpt 10.
src/ui/LoginForm.tsx — Renders email and password fields; submits credentials to /login. Sample excerpt 9.
src/auth/password.ts — verifyPassword compares the supplied password against its stored hash during login. Sample excerpt 8.
src/jobs/cleanup.ts — Removes expired temporary files each night. Sample excerpt 6.
docs/authentication.md — Authentication overview: requests pass through requireAuth and verifySession. Sample excerpt 5.
src/middleware/auth.ts — requireAuth rejects requests without a valid authentication session. Sample excerpt 4.
src/email/templates.ts — Renders welcome messages and notification templates. Sample excerpt 2.
tests/auth/login.test.ts — Tests reject incorrect credentials and accept an authenticated session. Sample excerpt 1.
src/auth/session.ts — verifySession validates the signed session cookie, expiry and authenticated user. Sample excerpt 10.
src/storage/cache.ts — Reads cached records with a time-to-live. Sample excerpt 8.
src/permissions/policy.ts — canEdit checks resource permissions after the user has authenticated. Sample excerpt 7.
src/utils/dates.ts — Formats dates and converts time zones. Sample excerpt 5.
src/ui/Button.tsx — Reusable button styling, focus states and disabled behavior. Sample excerpt 4.
src/auth/tokens.ts — verifyAccessToken validates JWT signature, issuer, audience and expiration. Sample excerpt 3.
src/catalog/products.ts — Loads product names, inventory and pricing. Sample excerpt 1.
src/search/vector.ts — Computes vector similarity and returns top search candidates. Sample excerpt 10.
src/auth/oauth.ts — validateCallback verifies OAuth state and exchanges the authorization code. Sample excerpt 9.
src/config/theme.ts — Defines dark and light color tokens. Sample excerpt 7.
src/billing/invoices.ts — Creates invoices and records payment totals. Sample excerpt 6.
src/routes/login.ts — POST /login authenticates credentials and creates a session. Sample excerpt 5.
src/metrics/counters.ts — Tracks HTTP request counts and response duration. Sample excerpt 3.
src/ui/LoginForm.tsx — Renders email and password fields; submits credentials to /login. Sample excerpt 2.
src/auth/password.ts — verifyPassword compares the supplied password against its stored hash during login. Sample excerpt 1.
src/jobs/cleanup.ts — Removes expired temporary files each night. Sample excerpt 9.
docs/authentication.md — Authentication overview: requests pass through requireAuth and verifySession. Sample excerpt 8.
src/middleware/auth.ts — requireAuth rejects requests without a valid authentication session. Sample excerpt 7.
src/email/templates.ts — Renders welcome messages and notification templates. Sample excerpt 5.
tests/auth/login.test.ts — Tests reject incorrect credentials and accept an authenticated session. Sample excerpt 4.
src/auth/session.ts — verifySession validates the signed session cookie, expiry and authenticated user. Sample excerpt 3.
src/storage/cache.ts — Reads cached records with a time-to-live. Sample excerpt 1.
src/permissions/policy.ts — canEdit checks resource permissions after the user has authenticated. Sample excerpt 10.
src/utils/dates.ts — Formats dates and converts time zones. Sample excerpt 8.
src/ui/Button.tsx — Reusable button styling, focus states and disabled behavior. Sample excerpt 7.
src/auth/tokens.ts — verifyAccessToken validates JWT signature, issuer, audience and expiration. Sample excerpt 6.
src/catalog/products.ts — Loads product names, inventory and pricing. Sample excerpt 4.
src/search/vector.ts — Computes vector similarity and returns top search candidates. Sample excerpt 3.
src/auth/oauth.ts — validateCallback verifies OAuth state and exchanges the authorization code. Sample excerpt 2.
src/config/theme.ts — Defines dark and light color tokens. Sample excerpt 10.
src/billing/invoices.ts — Creates invoices and records payment totals. Sample excerpt 9.
src/routes/login.ts — POST /login authenticates credentials and creates a session. Sample excerpt 8.
src/metrics/counters.ts — Tracks HTTP request counts and response duration. Sample excerpt 6.
src/ui/LoginForm.tsx — Renders email and password fields; submits credentials to /login. Sample excerpt 5.
src/auth/password.ts — verifyPassword compares the supplied password against its stored hash during login. Sample excerpt 4.
src/jobs/cleanup.ts — Removes expired temporary files each night. Sample excerpt 2.
docs/authentication.md — Authentication overview: requests pass through requireAuth and verifySession. Sample excerpt 1.
src/middleware/auth.ts — requireAuth rejects requests without a valid authentication session. Sample excerpt 10.
src/email/templates.ts — Renders welcome messages and notification templates. Sample excerpt 8.
tests/auth/login.test.ts — Tests reject incorrect credentials and accept an authenticated session. Sample excerpt 7.
Closed-set relevance classification
Not runToken overlap, not a cross-encoder
Not run