We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context: Currently we have only implemented Euclidean Distance (L2 norm) (can read more about it from l2.rs file in Utils module)
l2.rs
Utils
As a starting point to get familiar with the codebase, we want to implement Dot product Similarity. Resources: https://www.pinecone.io/learn/vector-similarity/ https://tivadardanka.com/blog/how-the-dot-product-measures-similarity
Acceptance:
The text was updated successfully, but these errors were encountered:
For my personal learning and research:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Context: Currently we have only implemented Euclidean Distance (L2 norm) (can read more about it from
l2.rs
file inUtils
module)As a starting point to get familiar with the codebase, we want to implement Dot product Similarity. Resources:
https://www.pinecone.io/learn/vector-similarity/
https://tivadardanka.com/blog/how-the-dot-product-measures-similarity
Acceptance:
The text was updated successfully, but these errors were encountered: