Hacker News new | ask | show | jobs
by mskar 547 days ago
This is awesome! If you’re interested, you could add a search tool client for your backend in paper-qa (https://github.com/Future-House/paper-qa). Then paper-qa users would be able to use your semantic search as part of its workflow.
2 comments

I advise against it since binarized hamming distance isn't exactly that good unless your vector length is say a million.
I have the fp32 embeddings saved. It is for the website that I use binarised ones to combat latency.
paper-qa looks pretty cool. I will do so!