Back to explore

jev(): PostgreSQL extension for natural language search

A PostgreSQL extension that searches your whole database in natural language via a single function jev(), with no index or embeddings, judging 129 rows in about 1 second.

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

· 2.8K likesOpen on X