Skip to content
Made with Jev

X post · by Zachi

jev() for PostgreSQL

Search a table in plain language, with no index and no embeddings.

Zachi

@iam_zachi

I think I just cooked something 🔥 jev(): a PostgreSQL extension that searches your whole database in natural language. No index, no embeddings, just one function. WHERE jev(people, 'could work from home') or WHERE jev(people, 'name sounds european') 129 rows judged in ~1s for $0.0009. Second run: 6ms from cache.

Sep 17, 2026 · 1.9K likesOpen on X

Zachi built a PostgreSQL extension with one function, jev(). You write WHERE jev(people, 'could work from home'), and Jev judges each row. He reports 129 rows judged in about one second.

Open the source

More like this