Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: What are the normalized cosine distance and normalized angular distance? #36

Closed
xumx opened this issue Sep 18, 2019 · 1 comment

Comments

@xumx
Copy link

xumx commented Sep 18, 2019

What are the advantages and disadvantages of using the normalised distance function?

@masajiro
Copy link
Member

The advantage is improving the search time by reducing the time of distance calculation. The disadvantage is that you cannot use the index as your original vector repository, because vectors that are extracted from the index are not original ones but normalized ones. There is no other differences from the denormalized distance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants