Hacker News new | ask | show | jobs
by pritambaral 982 days ago
I believe the parent project — paradedb — already does that, for their support of HNSW indexes.
1 comments

That's right, we do support pgvector (it is pre-installed on ParadeDB) and support full HNSW. In fact, we even have another extension, called pg_search, which is the combination of searching on pgvector and pg_bm25 for better results! Topic of another blog post to come sometime soon :)