Hacker News new | ask | show | jobs
by Quizzical4230 545 days ago
Exactly. Full text paradigm has it's own pros and I believe we need those tools in the new vector search to take full advantage. I am planning to add keywords feature where if a user enters something in "quotes", the would need to be in the shown results. Just like you can do with a google search.
1 comments

You might be interested in hybrid search which issues both a full text and semantic search and then merges the results via reciprocal rank fusion.
Thank you! I shall play with it this weekend :D