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

feat: add pg hybridSearch #1097

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

impactCn
Copy link
Contributor

@impactCn impactCn commented Jul 23, 2024

@impactCn
Copy link
Contributor Author

@markpollack hi,I implemented a hybrid search for PG, using similar search + full-text search.

This is sql for full text search.

SELECT *, ts_rank_cd(to_tsvector(content), plainto_tsquery(?)) AS rank FROM vectorTableName ORDER BY rank DESC LIMIT ?

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

Successfully merging this pull request may close these issues.

3 participants