Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
docs.paradedb.com
Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
1–10 of 72 posts
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#2An important step, could be a good combination with pg_vector if they are fast enough
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#3This is really exciting and I hope to try it out at my company ASAP.
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#4An important step, could be a good combination with pg_vector if they are fast enough
I believe the parent project — paradedb — already does that, for their support of HNSW indexes.
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#5pgrx is one of the greatest enabling innovations in the PG ecosystem in a long time.
Awesome to see so many high quality extensions come out of it.
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#6I wonder how do legacy search players like elastic / solr compete against the new age startups combining semantic and regular search ?
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#7ParadeDB and the work they’re doing with this extension is incredibly exciting. Love to see it.
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#8I wonder how do legacy search players like elastic / solr compete against the new age startups combining semantic and regular search ?
By adding the features that those new age startups launch: https://www.elastic.co/guide/en/elasticsearch/reference/curr...
Building a classic text search engine is way harder than building a KNN engine, and bolting a KNN engine into a term search engine is easier than the other way around.
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#9looks like a cool project https://github.com/paradedb/paradedb
Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres
#10With an AGPL license, does that make it unlikely to be included in hosted environments like RDS?
My understanding of the spirit of the license is that it should be fine as long as modifications are made available. Anyone know of any existing extensions in RDS that are AGPL?