aljun

Results 19 comments of aljun

great! I would help you to add it to my collections (https://github.com/hora-search/hora/tree/main/src/index) and I would also help you to add to ANN-benchmark test, I will find one of my free...

great advice, I would add it next version as soon as possible!

great advice, I would add it in next version as soon as possible!

yes, you are right, because it's float type(https://en.wikipedia.org/wiki/IEEE_754) which have lots of situations, such as NaN. it can not be compared, so I have to make sure for every place...

hi @vaaaaanquish, I’ve read a [post](https://vaaaaaanquish.hatenablog.com/entry/2021/08/10/065117) about hora as I was googling this project. Is it written by you? ;-) your application is greatπŸ‘πŸ‘πŸ‘, and if you want to reach...

Can I display this example link in `hora`'s readme? I think this is a very complete and great example. The model in my demo is still in Python (`huggingface`), the...

my Japanese level may only be able to read but not the level of daily communication πŸ˜‚. and of course, the most direct benefit of learning Japanese is to help...

yes, we already have a JNI library (https://github.com/hora-search/hora-java), and we would support Android platform very soon.

SSGIndex's building time is slow, though its performance and accuracy is awesome SSGIndex will build a KNN graph first, and then pruning, the complexity is about **O(n^2)**, that's why it...

could you give more information about your IVFPQIndex issue?