[8.4] RED-176382 Fix FT.CREATE failure with LeanVec parameters on non-Intel architectures#7351
Closed
redisearch-backport-pull-request[bot] wants to merge 1 commit into8.4from
Closed
[8.4] RED-176382 Fix FT.CREATE failure with LeanVec parameters on non-Intel architectures#7351redisearch-backport-pull-request[bot] wants to merge 1 commit into8.4from
redisearch-backport-pull-request[bot] wants to merge 1 commit into8.4from
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.4 #7351 +/- ##
==========================================
- Coverage 85.81% 85.79% -0.03%
==========================================
Files 330 330
Lines 52297 52297
Branches 12001 12001
==========================================
- Hits 44878 44866 -12
- Misses 7252 7264 +12
Partials 167 167
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
merged manually by #7346 |
auto-merge was automatically disabled
November 13, 2025 04:50
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #7344 to
8.4.Note
Expose LVQ support detection and use it to conditionally report LeanVec reduced_dim in FT.INFO; decouple type check from platform and update SVS tests to include LeanVec4x8 with REDUCE and expected outputs.
isLVQSupported()public (vector_index.c/h).VecSim_IsLeanVecCompressionTypenow only detects LeanVec types (no platform check).reduced_dimonly whenisLVQSupported()andVecSim_IsLeanVecCompressionType(...)are both true.LeanVec4x8(withREDUCE), and expectreduced_dimwhen runtime compression is LeanVec.Written by Cursor Bugbot for commit 00e91a3. This will update automatically on new commits. Configure here.