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

Govendor #82

Closed
wants to merge 2 commits into from
Closed

Govendor #82

wants to merge 2 commits into from

Conversation

dancompton
Copy link

@dancompton dancompton commented May 16, 2016

dont change my gopath bro


This change is Reviewable

Dan Compton added 2 commits May 13, 2016 02:57
Rebuild protobuf

Update README to include bits about govendor
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Dan Compton seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.

@dancompton
Copy link
Author

oops

@dancompton dancompton closed this May 16, 2016
arijitAD pushed a commit that referenced this pull request Oct 15, 2020
* updated readme travis badge

* resolved conflicts

* Force CI to rebuild
shivaji-kharse pushed a commit that referenced this pull request Mar 12, 2024
…#82)

Description: 

Computes hm_distance based on the HNSW index metric ('euclidian',
'dotproduct', 'cosine')

Euclidian -  (v1 - v2) dot (v1 - v2)
Dot product - v1 dot v2
Cosine -    (v1 dot v2) / ((v1 dot v1) * (v2 dot v2))

Fixes: HYP-477
harshil-goel pushed a commit that referenced this pull request Mar 12, 2024
…#82)

Description: 

Computes hm_distance based on the HNSW index metric ('euclidian',
'dotproduct', 'cosine')

Euclidian -  (v1 - v2) dot (v1 - v2)
Dot product - v1 dot v2
Cosine -    (v1 dot v2) / ((v1 dot v1) * (v2 dot v2))

Fixes: HYP-477
harshil-goel pushed a commit that referenced this pull request Apr 17, 2024
…#82)

Description: 

Computes hm_distance based on the HNSW index metric ('euclidian',
'dotproduct', 'cosine')

Euclidian -  (v1 - v2) dot (v1 - v2)
Dot product - v1 dot v2
Cosine -    (v1 dot v2) / ((v1 dot v1) * (v2 dot v2))

Fixes: HYP-477
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants