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

remove cosine_distance/euclidean_distance impl #752

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skshetry
Copy link
Member

in favor of usearch's.

Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.37%. Comparing base (195199e) to head (5209fb9).

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     
Flag Coverage Δ
datachain 87.35% <ø> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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:
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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

@shcheklein
Copy link
Member

@skshetry what is the status of this?

1 similar comment
@shcheklein
Copy link
Member

@skshetry what is the status of this?

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

Successfully merging this pull request may close these issues.

3 participants