Skip to content

feat: add skip_transpose flag to vector index builders#6114

Merged
BubbleCal merged 3 commits intomainfrom
yang/skiptranspose
Mar 8, 2026
Merged

feat: add skip_transpose flag to vector index builders#6114
BubbleCal merged 3 commits intomainfrom
yang/skiptranspose

Conversation

@BubbleCal
Copy link
Copy Markdown
Contributor

@BubbleCal BubbleCal commented Mar 6, 2026

set skip_transpose=True to let the vector index builder not transpose the quantized vectors, this is useful for distributed indexing as we don't need to do inverse transpose and transpose again when we merge indices

@github-actions github-actions Bot added the python label Mar 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

@BubbleCal BubbleCal changed the title Add skip_transpose flag to vector index builders feat: add skip_transpose flag to vector index builders Mar 6, 2026
@github-actions github-actions Bot added the enhancement New feature or request label Mar 6, 2026
@BubbleCal BubbleCal force-pushed the yang/skiptranspose branch from 645c859 to 38235d1 Compare March 6, 2026 12:57
@lance-format lance-format deleted a comment from github-actions Bot Mar 6, 2026
@github-actions github-actions Bot added the java label Mar 6, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 6, 2026

Codecov Report

❌ Patch coverage is 94.89796% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
rust/lance/src/index/vector.rs 64.28% 5 Missing ⚠️

📢 Thoughts on this report? Let us know!

@BubbleCal BubbleCal force-pushed the yang/skiptranspose branch from 8bb72b8 to d8d99c2 Compare March 6, 2026 14:29
@BubbleCal BubbleCal merged commit 7f51b3a into main Mar 8, 2026
28 checks passed
@BubbleCal BubbleCal deleted the yang/skiptranspose branch March 8, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request java python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants