docs(experimental): demonstrate table-first luVS benchmarks - #2950
Merged
ibgreen-openai merged 1 commit intoAug 7, 2026
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5430a29048
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
from
August 5, 2026 01:54
a4d7487 to
d57d449
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
from
August 5, 2026 01:55
5430a29 to
3896f3f
Compare
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
from
August 5, 2026 02:06
d57d449 to
0dafc94
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
from
August 5, 2026 02:07
3896f3f to
97c7e05
Compare
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
from
August 6, 2026 22:00
0dafc94 to
47134cd
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
2 times, most recently
from
August 6, 2026 22:09
a5e6ef5 to
97f39d2
Compare
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
2 times, most recently
from
August 6, 2026 22:16
6013af0 to
7c21fc6
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
from
August 6, 2026 22:16
97f39d2 to
e2e042c
Compare
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
from
August 6, 2026 22:24
7c21fc6 to
b64cc11
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
2 times, most recently
from
August 7, 2026 00:29
411450b to
e231ea9
Compare
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
from
August 7, 2026 00:29
b64cc11 to
ced560b
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
from
August 7, 2026 00:34
e231ea9 to
ac972bb
Compare
ibgreen-openai
force-pushed
the
codex/luvs-kmeans-ivf
branch
4 times, most recently
from
August 7, 2026 00:52
7a41644 to
91c460e
Compare
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
from
August 7, 2026 00:56
ac972bb to
f99e8cb
Compare
Base automatically changed from
codex/luvs-kmeans-ivf
to
codex/luvs-command-graph-aliasing
August 7, 2026 01:04
ibgreen-openai
force-pushed
the
codex/luvs-docs-benchmarks
branch
from
August 7, 2026 01:10
f99e8cb to
7d36eea
Compare
ibgreen-openai
merged commit Aug 7, 2026
94dd205
into
codex/luvs-command-graph-aliasing
6 checks passed
ibgreen-openai
added a commit
that referenced
this pull request
Aug 7, 2026
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.
Goals
Document the table-first luVS architecture accurately and provide an opt-in, real-browser performance benchmark without introducing a second embedding storage owner.
Changes
Arrow FixedSizeList -> GPUVector<FixedSizeList> -> GPUTable -> borrowed graph viewworkflow, including explicit validity/ID siblings, padding, source batches, and ownership.GPUTable/GPURecordBatchcolumns.Verification
nvm use(Node 22.22.1).yarn install: the configured package registry returns HTTP 403 for required tarballs; verification reuses the existing isolated dependency tree and CI performs the normal immutable install.yarn lint fix.yarn buildafter final source and formatting changes.yarn test-node.CI=true yarn testwith real Chromium/WebGPU coverage.yarn website:build.(cd website && yarn build).Risks
Benchmark timings depend on the browser, adapter, workload, and thermal conditions. Execution stays opt-in and gracefully reports missing WebGPU support.