-
Notifications
You must be signed in to change notification settings - Fork 99
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
remove cosine_distance/euclidean_distance impl #752
base: main
Are you sure you want to change the base?
Conversation
in favor of usearch's.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #752 +/- ##
==========================================
- Coverage 87.51% 87.37% -0.15%
==========================================
Files 114 113 -1
Lines 10945 10920 -25
Branches 1501 1501
==========================================
- Hits 9579 9541 -38
- Misses 991 1000 +9
- Partials 375 379 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -217,23 +217,6 @@ def register_user_defined_sql_functions() -> None: | |||
# Register optional functions if we have the necessary dependencies | |||
# and otherwise register functions that will raise an exception with | |||
# installation instructions | |||
try: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from memory: we need this as a fallback because usearch is not available on Windows - unum-cloud/usearch#427
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description on that PR should shed some light on the approach
@skshetry what is the status of this? |
1 similar comment
@skshetry what is the status of this? |
in favor of usearch's.