Hacker News new | ask | show | jobs
by didip 88 days ago
in the query_test.go, I don’t see how the hybrid search is being exercised.

For fun I am making hybrid search too and would love to see how you merge the two list (semantic and keyword) and rerank the importance score.

2 comments

There's some examples in the quickstart on the website but I'll add an explicit e2e example case for that too. Otherwise the tests for that are a little lower level in the code! I'll add the RSF (merging of the two lists) example for that too!! Thanks for the feedback.
I've added a specific example for that using the go-sdk https://github.com/antflydb/antfly/pull/5 here!