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

Add Semantic Search support #1671

Open
nhorton opened this issue Mar 26, 2024 · 1 comment
Open

Add Semantic Search support #1671

nhorton opened this issue Mar 26, 2024 · 1 comment

Comments

@nhorton
Copy link

nhorton commented Mar 26, 2024

Per your ideas list, Semantic Search support would be really helpful.

We have rolled our own version at Unsupervisedcom inside our source, and we spend a lot of time tweaking it right now. The biggest issue is that most of the higher-level helpers, particularly ones like the Pagy extensions, don't play nicely with our custom efforts to do this, and it is problematic. Getting a base implementation in Searchkick that other things like Pagy could then start integrating over time would be very helpful.

I would be glad to share some of the code we have for this right now, or if you (@ankane ) have an architecture you have in mind for how to integrate it in that you want to share, we could even try to flesh it out using some of our code.

@nhorton
Copy link
Author

nhorton commented May 22, 2024

@ankane - hey, I was wondering if you had any thoughts on this. Note that we have been using Opensearch for our work, but I have noticed that you are doing a ton with PGVector recently - if there was a recipe for doing semantic and traditional search purely over Postgres, that would be quite cool too.

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

No branches or pull requests

1 participant