| ▲ | keyle 9 hours ago | |
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. | ||
| ▲ | prvnsmpth 9 hours ago | parent [-] | |
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). | ||