We have an issue in the intersect... functions in app/search/score_pages.py. We are not transforming NaNs into 0s, and we are also summing across the cosine matrix column-wise without properly dealing with NaNs (which may be frequent when the index is still small). Fix.
We have an issue in the intersect... functions in app/search/score_pages.py. We are not transforming NaNs into 0s, and we are also summing across the cosine matrix column-wise without properly dealing with NaNs (which may be frequent when the index is still small). Fix.