Open SUNGOD3 opened 7 hours ago
An optimization I want to make is that for cosine_distance(a, b), norm_a and norm_b can be calculated first, but I found that this will cause the program code to become very messy. I am still imagining the structural expression.
I classify https://github.com/SUNGOD3/AdvancedVectorSearch/issues/12 as this issue, any optimization that can be done during building time belongs here.