Back to explore

jev(): 자연어 검색을 위한 PostgreSQL 확장

단일 함수 jev()로 전체 데이터베이스를 자연어로 검색하는 PostgreSQL 확장. 인덱스나 임베딩 없이 약 1초에 129개 행을 판단.

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.8천 likesOpen on X