-
Notifications
You must be signed in to change notification settings - Fork 541
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
Support one byte int vectors - [MOD-8207] #5377
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5377 +/- ##
==========================================
+ Coverage 86.63% 87.56% +0.92%
==========================================
Files 195 196 +1
Lines 34809 34846 +37
==========================================
+ Hits 30158 30514 +356
+ Misses 4651 4332 -319 ☔ View full report in Codecov by Sentry. |
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.
Let's see if we need more tests...
Also let's bundle the new 7.99.2 vecsim tag
* [TEMP] define new types enum values * support new types * support JSON embeddings * [TEMP] remove temporary definitions * [TEMP] follow a VecSim branch with new types implemented * added basic tests for new int types * fix unit tests * Follow VecSim's main * follow an official VecSim tag (v7.99.2) * added another test (cherry picked from commit 0ba0c32)
Successfully created backport PR for |
Support one byte int vectors - [MOD-8207] (#5377) * [TEMP] define new types enum values * support new types * support JSON embeddings * [TEMP] remove temporary definitions * [TEMP] follow a VecSim branch with new types implemented * added basic tests for new int types * fix unit tests * Follow VecSim's main * follow an official VecSim tag (v7.99.2) * added another test (cherry picked from commit 0ba0c32) Co-authored-by: GuyAv46 <[email protected]>
Describe the changes in the pull request
Implement support for new vector types
INT8
,UINT8
.Mark if applicable