pg-jev GitHub avatar by realZachi

realZachi /

Data & Search

pg-jev

Adds natural-language filtering, classification, and ranking of rows to PostgreSQL queries.

GitHub
17910
License: PostgreSQLLanguage: ShellLast push: 9/18/2026#database-vector#classification-ranking

What Jev Does in this Architecture

Sends row content to Jev for a match decision, category, or score used by SQL conditions and ordering.

Key Architecture Benefit

Combines semantic conditions with existing SQL and reuses cached results.

Review & Benchmark Note: Row content is sent to an external API. The author’s small-sample timing and cache-hit timing are not general model-inference benchmarks.
Clone Repository
git clone https://github.com/realZachi/pg-jev.git

Inspect on GitHub

Check out the upstream repository README, issues, and commit log.

realZachi/pg-jev

Architecture Category

Data & Search

Search intent classification, query routing, vector re-ranking, and ETL triage.

View all in this category →

Related Projects in Data & Search

jev-search repository icon by superagents-lab

superagents-lab

jev-search

146
Data & SearchMITTypeScript

Searches the web with Jev choosing sources and time ranges, then ranking returned links.

What Jev does here

Judges search intent, source and time settings, and relevance of individual results.

Keeps links, snippets, editable filters and source-failure warnings visible.

#search-retrieval#classification-ranking
222 evidence links
Inspect details
llama-index-jev repository icon by WiktorB2004

WiktorB2004

llama-index-jev

2
Data & SearchMITPython

Provides Jev rerankers and routers for LlamaIndex to score retrieved passages or select query tools.

What Jev does here

Uses Score for passage relevance and Choice for selecting query engines or tools.

Adds Jev judgments to existing retrieval and query workflows.

#search-retrieval#classification-ranking#llm-routing-cost
2 evidence links
Inspect details
Data & SearchMITJavaScript

A Jev project directory and discovery pipeline that stores integration evidence and can use Jev for classification.

What Jev does here

When configured with a key, sends project state and candidate categories to Jev; otherwise uses local classification rules.

Keeps a project index alongside concrete source evidence.

#search-retrieval#classification-ranking
2 evidence links
Inspect details