docs(alloydb): Add AlloyDB Vector Search Benchmark Colab#14438
Open
vinay0410 wants to merge 2 commits into
Open
docs(alloydb): Add AlloyDB Vector Search Benchmark Colab#14438vinay0410 wants to merge 2 commits into
vinay0410 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds an end-to-end integration test (test_alloydb_vector_search_benchmark) for the AlloyDB vector search benchmark notebook, utilizing scaled-down parameters to ensure fast execution in CI. The review feedback points out a mismatch in the replacement string for ef_values, which would prevent the intended replacement from executing and potentially cause CI timeouts or OOMs. A code suggestion is provided to correct the list of values to match the notebook.
vinay0410
force-pushed
the
feature/alloydb-vector-search-benchmark
branch
7 times, most recently
from
July 20, 2026 04:47
f00b0de to
fdfb040
Compare
vinay0410
force-pushed
the
feature/alloydb-vector-search-benchmark
branch
from
July 20, 2026 04:54
fdfb040 to
15b0d3e
Compare
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.
Add performance benchmark notebook measuring AlloyDB's Columnar Engine with pgvector HNSW index. Contains end-to-end setup and evaluations.
Description
Fixes #
Checklist
Testing
Compliance & Style
Post-Approval Actions