logoalt Hacker News

keyletoday at 10:12 AM1 replyview on HN

I've done some RAG using postgres and the vector db extension, look into it if you're doing that type of search; it's certainly simpler than bolting another solution for it.


Replies

prvnsmpthtoday at 10:19 AM

Yeah, Omni uses Postgres and pgvector for search. ParadeDB is essentially just Postgres with the pgsearch extension that brings in Tantivy, a full-text search engine (like Apache Lucene).