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

Support one byte int vectors - [MOD-8207] #5377

Merged
merged 10 commits into from
Jan 6, 2025
Merged

Conversation

GuyAv46
Copy link
Collaborator

@GuyAv46 GuyAv46 commented Dec 19, 2024

Describe the changes in the pull request

Implement support for new vector types INT8, UINT8.

Mark if applicable

  • This PR introduces API changes
  • This PR introduces serialization changes

@GuyAv46 GuyAv46 requested review from alonre24 and meiravgri January 6, 2025 07:44
@GuyAv46 GuyAv46 changed the title Support one byte ints - [MOD-8207] Support one byte int vectors - [MOD-8207] Jan 6, 2025
@GuyAv46 GuyAv46 marked this pull request as ready for review January 6, 2025 07:46
@GuyAv46 GuyAv46 enabled auto-merge January 6, 2025 07:46
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.56%. Comparing base (565633a) to head (d00dfa2).
Report is 17 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@alonre24 alonre24 left a 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

@GuyAv46 GuyAv46 requested review from meiravgri and alonre24 January 6, 2025 13:49
@GuyAv46 GuyAv46 added this pull request to the merge queue Jan 6, 2025
Merged via the queue into master with commit 0ba0c32 Jan 6, 2025
10 checks passed
@GuyAv46 GuyAv46 deleted the guyav-support_one_byte_int branch January 6, 2025 18:33
redisearch-backport-pull-request bot pushed a commit that referenced this pull request Jan 6, 2025
* [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)
@redisearch-backport-pull-request

Successfully created backport PR for 8.0:

github-merge-queue bot pushed a commit that referenced this pull request Jan 6, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants