-
Notifications
You must be signed in to change notification settings - Fork 554
Support one byte int vectors - [MOD-8207] #5377
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
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]>
This PR implements functionality beyond the minimum Definition of Done requirements: Scope Creep Analysis for PR #5377 against Jira Ticket MOD-82071. Gather InformationJira Ticket MOD-8207 DoD Requirements:
PR #5377 Code Changes:
2. Compare Implementation vs Requirements
3. Categorize Scope Creep
Scope Creep Assessment: MODERATEAdditional Implementations Beyond DoD:
Recommendations for Handling Scope Creep:
Suggested Actions:
The PR introduces valuable enhancements but deviates from the strict requirements of the DoD. Consider the broader project goals when deciding on the next steps. Scope Creep Assessment: Recommendations:
Next Steps:
This analysis was performed automatically by the PR Verification Agent. |
This PR implements functionality beyond the minimum Definition of Done requirements: Scope Creep Analysis for PR #5377 against Jira Ticket MOD-82071. Gather InformationJira Ticket MOD-8207 DoD Requirements:
PR #5377 Code Changes:
2. Compare Implementation vs RequirementsMapping Code Changes to DoD Requirements:
Identifying Additional Implementations:
3. Categorize Scope Creep
Scope Creep Assessment: MODERATEAdditional Implementations Beyond DoD:
Recommendations for Handling Scope Creep:
Suggested Actions:
By focusing on the core requirements and addressing the identified scope creep, the PR can be aligned more closely with the original objectives of the Jira ticket. Scope Creep Assessment: Recommendations:
Next Steps:
This analysis was performed automatically by the PR Verification Agent. |
This PR implements functionality beyond the minimum Definition of Done requirements: Scope Creep Analysis for PR #5377 against Jira Ticket MOD-82071. Gather InformationJira Ticket MOD-8207 DoD Requirements:
PR #5377 Code Changes:
2. Compare Implementation vs RequirementsMapping Code Changes to DoD:
Identified Additional Implementations:
3. Categorize Scope Creep
Scope Creep Assessment: MODERATEAdditional Implementations Beyond DoD:
Recommendations for Handling Scope Creep:
Suggested Actions:
This analysis identifies areas where the implementation exceeds the defined requirements, providing a balanced view of potential benefits and complexities introduced. Scope Creep Assessment: Recommendations:
Next Steps:
This analysis was performed automatically by the PR Verification Agent. |
Describe the changes in the pull request
Implement support for new vector types
INT8
,UINT8
.Mark if applicable