Skip to content

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 ?
@csterwa csterwa added this to the 1.0.0-RC1 milestone Sep 25, 2024
@markpollack markpollack modified the milestones: 1.0.0-RC1-triage, 1.0.x May 8, 2025
@markpollack markpollack removed this from the 1.1.0.M1 milestone Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment