-
Notifications
You must be signed in to change notification settings - Fork 374
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: v1.99.0
head repository: googleapis/python-aiplatform
compare: v1.100.0
- 16 commits
- 245 files changed
- 10 contributors
Commits on Jun 24, 2025
-
feat: GenAI SDK client (evals) - add support for third-party model in…
…ference via litellm library This change introduces support for running inference on third-party models, such as those from OpenAI, by integrating the `litellm` library. Users can now call `run_inference` with model strings (e.g., "gpt-4o") to generate responses from external third-party models. The function supports input datasets in the OpenAI Chat Completion format PiperOrigin-RevId: 775409256
Configuration menu - View commit details
-
Copy full SHA for e728d8b - Browse repository at this point
Copy the full SHA e728d8bView commit details -
Copybara import of the project:
-- e29d09b by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add invoke_route_prefix to ModelContainerSpec in aiplatform v1beta1 models.proto PiperOrigin-RevId: 772617444 Source-Link: googleapis/googleapis@2f31b66 Source-Link: googleapis/googleapis-gen@e844b0b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTg0NGIwYjNlMGFiMjk4OGQwOGMwM2Y4NmVjZWE5ZGFmNDljYjljNSJ9 -- 65c2710 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- 0aa585c by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add Model Garden deploy OSS model API PiperOrigin-RevId: 772620353 Source-Link: googleapis/googleapis@ab2a125 Source-Link: googleapis/googleapis-gen@9fad2b7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWZhZDJiN2ZjYjE5NWMwOTFlZjk3ODAyY2Q4MzdjZjAzYzRhZjc5ZSJ9 -- 7c51f20 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- cf2b838 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: Reasoning Engine v1beta1 subresource updates docs: Clarify that the names for sessions and session_events are no longer required. PiperOrigin-RevId: 773116135 Source-Link: googleapis/googleapis@63c562b Source-Link: googleapis/googleapis-gen@68b63b9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjhiNjNiOTdjZTRhN2NlZGYzNWJjMmM1YjRlZDQwMDExNDQyNDE4NiJ9 -- a594df1 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md -- 34f4ca1 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add PSCAutomationConfig to PrivateServiceConnectConfig in service_networking.proto feat: add GenAiAdvancedFeaturesConfig to endpoint.proto docs: update dedicateEndpointDns documentation PiperOrigin-RevId: 773868922 Source-Link: googleapis/googleapis@34b323e Source-Link: googleapis/googleapis-gen@709012c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzA5MDEyYzQ4YzcyOGVjY2U3ZTQ5MjFlYTdkNDk4ZWIxOGFjMTVlMyJ9 -- 0e46827 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md COPYBARA_INTEGRATE_REVIEW=#5445 from googleapis:owl-bot-copy 4dfd6e6 PiperOrigin-RevId: 775423415
Configuration menu - View commit details
-
Copy full SHA for d4ede02 - Browse repository at this point
Copy the full SHA d4ede02View commit details -
chore: GenAI SDK client - Improve rendering of structured content in …
…evaluation results PiperOrigin-RevId: 775432969
Configuration menu - View commit details
-
Copy full SHA for 700dd72 - Browse repository at this point
Copy the full SHA 700dd72View commit details
Commits on Jun 25, 2025
-
feat: Add validation assessment for batch prediction.
PiperOrigin-RevId: 775696346
Configuration menu - View commit details
-
Copy full SHA for d570fc9 - Browse repository at this point
Copy the full SHA d570fc9View commit details -
chore: add more replay tests for Gen AI modules
PiperOrigin-RevId: 775735305
Configuration menu - View commit details
-
Copy full SHA for 0bb0588 - Browse repository at this point
Copy the full SHA 0bb0588View commit details -
fix: Use PrivateServiceConnectConfig in service_networking in Private…
…Endpoint instead of the wrapper class PrivateServiceConnectConfig PiperOrigin-RevId: 775748839
Configuration menu - View commit details
-
Copy full SHA for 87c2c3e - Browse repository at this point
Copy the full SHA 87c2c3eView commit details -
feat: GenAI SDK client - Add Vertex AI Prompt Optimizer to the Gen AI…
… SDK (experimental) PiperOrigin-RevId: 775789077
Configuration menu - View commit details
-
Copy full SHA for 5daacda - Browse repository at this point
Copy the full SHA 5daacdaView commit details
Commits on Jun 26, 2025
-
Copybara import of the project:
-- 16746c3 by Vladimir Chernykh <[email protected]>: chore: make vertexai package PEP-561 compatible COPYBARA_INTEGRATE_REVIEW=#4700 from vladimir-chernykh:main 287719d PiperOrigin-RevId: 775900098
Configuration menu - View commit details
-
Copy full SHA for ead5c93 - Browse repository at this point
Copy the full SHA ead5c93View commit details -
feat: GenAI SDK client - Add batch_evaluate method for asynchronous b…
…atch eval. Add transformation support for consistent interface parameters with the evaluate method PiperOrigin-RevId: 775907906
Configuration menu - View commit details
-
Copy full SHA for 4d44f94 - Browse repository at this point
Copy the full SHA 4d44f94View commit details -
feat: Add import_embeddings method in MatchingEngineIndex resource
PiperOrigin-RevId: 775953546
Configuration menu - View commit details
-
Copy full SHA for 5a0df36 - Browse repository at this point
Copy the full SHA 5a0df36View commit details -
Copybara import of the project:
-- 33e0691 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: feat: add invoke_route_prefix to ModelContainerSpec in aiplatform v1 models.proto PiperOrigin-RevId: 775862178 Source-Link: googleapis/googleapis@4667a43 Source-Link: googleapis/googleapis-gen@5034818 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTAzNDgxODUyYjBhZmVhNGJiNmUyZWQyZmVlMjI1YWIwYTNjMWQwNiJ9 -- ff62279 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md COPYBARA_INTEGRATE_REVIEW=#5484 from googleapis:owl-bot-copy ff62279 PiperOrigin-RevId: 775961596
Configuration menu - View commit details
-
Copy full SHA for 4202177 - Browse repository at this point
Copy the full SHA 4202177View commit details -
fix: Fix auth scope for RAG upload_file
PiperOrigin-RevId: 776202107
Configuration menu - View commit details
-
Copy full SHA for a506b94 - Browse repository at this point
Copy the full SHA a506b94View commit details -
feat: GenAI SDK client - Initial release of Agent Engine Memories SDK
PiperOrigin-RevId: 776202806
Configuration menu - View commit details
-
Copy full SHA for e8d18b6 - Browse repository at this point
Copy the full SHA e8d18b6View commit details -
chore: Add test_batch_eval to replay tests
PiperOrigin-RevId: 776231295
Configuration menu - View commit details
-
Copy full SHA for 9fd40ae - Browse repository at this point
Copy the full SHA 9fd40aeView commit details -
Copybara import of the project:
-- 7135692 by Kenny Stryker <[email protected]>: feat(matching-engine): add sync argument to deploy_index -- e0eb35d by Kenny Stryker <[email protected]>: feat: Updated explicit sync to existing decorator optional_sync -- af64657 by Kenny Stryker <[email protected]>: fix: Fixed return type for deploy_index and added test for sync values -- 4a1edb1 by Kenny Stryker <[email protected]>: test: Added test cases for sync values in automatic config deploy index -- b0d4e47 by Kenny Stryker <[email protected]>: chore: Updated docstring for helper method _deploy_index COPYBARA_INTEGRATE_REVIEW=#5305 from KennyStryker:main cc7ebe1 PiperOrigin-RevId: 776289436
Configuration menu - View commit details
-
Copy full SHA for fee1e2d - Browse repository at this point
Copy the full SHA fee1e2dView commit details -
chore(main): release 1.100.0 (#5470)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9463018 - Browse repository at this point
Copy the full SHA 9463018View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.99.0...v1.100.0