Skip to content

Commit 23f715d

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
feat: migrate to Bazel build system and package framework
This change performs the transition of the VecBench vector search benchmarking framework to a native Bazel-based build and packaging system. Key Accomplishments: - Defined Bazel build targets for the core library and CLI. - Packaged the application as a container image. - Updated dependencies and visibility configurations. - Refactored optional database and metrics imports to use dynamic loading. PiperOrigin-RevId: 920023760
1 parent ae54eb5 commit 23f715d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#
1717

1818

19+
# Trigger Copybara migration for visibility update in BUILD file.
20+
21+
1922
from google.cloud.aiplatform import version as aiplatform_version
2023

2124
__version__ = aiplatform_version.__version__

0 commit comments

Comments
 (0)