-
Notifications
You must be signed in to change notification settings - Fork 237
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
feat: support IVF_FLAT and hamming in pylance #3301
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: BubbleCal <[email protected]>
Signed-off-by: BubbleCal <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3301 +/- ##
==========================================
+ Coverage 78.96% 79.02% +0.06%
==========================================
Files 246 246
Lines 87589 87589
Branches 87589 87589
==========================================
+ Hits 69164 69219 +55
+ Misses 15558 15506 -52
+ Partials 2867 2864 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -1869,24 +1869,19 @@ def create_index( | |||
f" ({num_sub_vectors})" | |||
) | |||
|
|||
if not pa.types.is_floating(field.type.value_type): |
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.
can we check floating and int8/uint8 here?
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.
fixed
Signed-off-by: BubbleCal <[email protected]>
No description provided.