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 ?

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