Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with ParadeDB pg_search? #520

Open
philippemnoel opened this issue Dec 6, 2023 · 1 comment
Open

Integrate with ParadeDB pg_search? #520

philippemnoel opened this issue Dec 6, 2023 · 1 comment

Comments

@philippemnoel
Copy link

philippemnoel commented Dec 6, 2023

Hi everyone!

Phil here, one of the authors of https://github.com/paradedb/paradedb. Tl;dr: We made Postgres' full text search faster by adding BM25 scoring and Lucene-like inverted indices.

I came across pg_search and think it's a really cool project. I'm curious if there's a world where it makes sense to integrate with our pg_search in some way so that users of pg_search can benefit from the increased search quality (in terms of result+performance).

🐘 🔍 :)

@philippemnoel philippemnoel changed the title Integrate with pg_bm25? Integrate with ParadeDB pg_search? Jun 4, 2024
@nertzy
Copy link
Collaborator

nertzy commented Oct 15, 2024

I think this is a great idea. I don't generally get to spend a lot of time on pg_search (Ruby gem) maintenance these days, but I would seriously consider a pull request for something like this.

The main thing is to have test coverage of at least the high level integration.

Hmm, that sure is a nice name for your extension 😏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants