-
Notifications
You must be signed in to change notification settings - Fork 82
Commit 9c8c5a5
deps: Update dependency google-cloud-aiplatform to v1.41.0 (#218)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google-cloud-aiplatform](https://togithub.com/googleapis/python-aiplatform)
| `==1.38.1` -> `==1.41.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>googleapis/python-aiplatform
(google-cloud-aiplatform)</summary>
###
[`v1.41.0`](https://togithub.com/googleapis/python-aiplatform/blob/HEAD/CHANGELOG.md#1410-2024-02-05)
[Compare
Source](https://togithub.com/googleapis/python-aiplatform/compare/v1.40.0...v1.41.0)
##### Features
- Add `numeric_filter` to `MatchingEngineIndexEndpoint` `match()` and
`find_neighbor()` private endpoint queries.
([679646a](https://togithub.com/googleapis/python-aiplatform/commit/679646a352ea3623d752e4685c7224db8934bd9d))
- Added the `BatchPredictionJob.submit` method - a non-blocking version
of `BatchPredictionJob.create`
([b62ddcd](https://togithub.com/googleapis/python-aiplatform/commit/b62ddcd751323ae96e248ab8bb90561b44f6f5e0))
- LLM - Add support for RLHF tuning
([b2458ec](https://togithub.com/googleapis/python-aiplatform/commit/b2458ec51d7c3bbba787bbefac31c9aad6ffdb10))
- Remove deletion of model upload staging bucket in system tests
([b9b373b](https://togithub.com/googleapis/python-aiplatform/commit/b9b373b69eab7dd303816bad94da54cad60a331e))
- Switch Python generateContent to call Unary API endpoint
([9a19545](https://togithub.com/googleapis/python-aiplatform/commit/9a19545e864c6d4743156c737dd5bb8c4b86ab6f))
##### Bug Fixes
- Fix crash when no target_col is specified for Bigframes tensorflow
([512b82d](https://togithub.com/googleapis/python-aiplatform/commit/512b82debdaf44d1b9c755c2bd06d1d24c080338))
##### Documentation
- Add missing code block in docs/README.rst
([16d6b58](https://togithub.com/googleapis/python-aiplatform/commit/16d6b58ab27549a995919d70f78dd793feee7bd3))
###
[`v1.40.0`](https://togithub.com/googleapis/python-aiplatform/blob/HEAD/CHANGELOG.md#1400-2024-01-24)
[Compare
Source](https://togithub.com/googleapis/python-aiplatform/compare/v1.39.0...v1.40.0)
##### Features
- Add `return_full_datapoint` for `MatchEngineIndexEndpoint` `match()`.
([ad8d9c1](https://togithub.com/googleapis/python-aiplatform/commit/ad8d9c1df17578de3b893ebe46d00d457960da00))
- Add batch delete method in preview pipeline job class and unit test.
([b0b604e](https://togithub.com/googleapis/python-aiplatform/commit/b0b604ec871eb99897e9b7c049c7f83abe64199e))
- Add option to not overwrite table in Ray on Vertex BQ Write
([a99e992](https://togithub.com/googleapis/python-aiplatform/commit/a99e9925038f6a3e4a1538e2da315e8a01071b8b))
- Add query by id for `MatchingEngineIndexEndpoint` `find_neighbors()`
public endpoint query.
([42c7e08](https://togithub.com/googleapis/python-aiplatform/commit/42c7e08249f2ae758ad920e908c3f44fc72ac134))
- Add support for `low_level_batch_size` in `match()` for
`MatchingEngineIndexEndpoint` private query.
([67e593b](https://togithub.com/googleapis/python-aiplatform/commit/67e593b34928682491c0d00555459108261feb8e))
- Added Public Preview support for PersistentResource management
([262a36b](https://togithub.com/googleapis/python-aiplatform/commit/262a36bdd942e73015a8160ddc3a01adbb99dee5))
- Enable inline context in grounding to TextGenerationModel predict.
([a75e81c](https://togithub.com/googleapis/python-aiplatform/commit/a75e81c9e8bfe577468205fc0fc97366ff06f19d))
- Fix dataset export system test
([1fbf049](https://togithub.com/googleapis/python-aiplatform/commit/1fbf0493dc5fa2bb05f33a4319d79a81625e07cc))
- LVM - Added the
`MultiModalEmbeddingModel.get_embeddings(dimension=...)` parameter
([1d9bd23](https://togithub.com/googleapis/python-aiplatform/commit/1d9bd233e636c024def55d4c867f662a4a351f9e))
- Support empty index for `MatchingEngineIndex` create index.
([a00db07](https://togithub.com/googleapis/python-aiplatform/commit/a00db077a3ca77ee86117beb0b15d70d02e85e87))
- Support private service connect for `MatchingEngineIndexEndpoint`
`match()` and `read_index_datapoints()`.
([61cff4b](https://togithub.com/googleapis/python-aiplatform/commit/61cff4bda371e3baa61d98528d18093e5fa890b4))
##### Bug Fixes
- Fix example usage of batch delete pipelinejobs.
([3b28d64](https://togithub.com/googleapis/python-aiplatform/commit/3b28d64c0f263fc5baa457ebeec70adc20f71df9))
- Fix experiments failure when backing tensorboard has been deleted.
([e7a197e](https://togithub.com/googleapis/python-aiplatform/commit/e7a197ef5d349968994c029db4c5ce9d52e45bd7))
- Fix message to Json parse issue in Dataset class
([066f32d](https://togithub.com/googleapis/python-aiplatform/commit/066f32df4e1cd09f1c3d457d6727bc731253aeac))
- Fix typo in raise exception when tool is unsupported
([2301d79](https://togithub.com/googleapis/python-aiplatform/commit/2301d79ed2b08b4b76066ff0598236468ad656e7))
- Fixed the PipelineJob bucket creation after a breaking change in
Google Cloud Storage client library
([a8b01e0](https://togithub.com/googleapis/python-aiplatform/commit/a8b01e03cdc12de3af87ed7e67b947230a164c42)),
closes
[#​2936](https://togithub.com/googleapis/python-aiplatform/issues/2936)
- Increase memory for Ray on Vertex default machine type
([e6bcb17](https://togithub.com/googleapis/python-aiplatform/commit/e6bcb1757645c21cf8ccace79f9fd06531a5a1aa))
- Use https to connect through Ray dashboard
([7af3e67](https://togithub.com/googleapis/python-aiplatform/commit/7af3e67654e05c20f3cd6f1226ebac3521a95200))
###
[`v1.39.0`](https://togithub.com/googleapis/python-aiplatform/blob/HEAD/CHANGELOG.md#1390-2024-01-05)
[Compare
Source](https://togithub.com/googleapis/python-aiplatform/compare/v1.38.1...v1.39.0)
##### Features
- Add `fraction_leaf_nodes_to_search_override`. Add support for private
endpoint in `find_neighbors`.
([cd31c13](https://togithub.com/googleapis/python-aiplatform/commit/cd31c1306a9a00a01fbc1dda56fe99ed567a4cfb))
- Add notification_channels field to model monitoring alert config.
([bb228ce](https://togithub.com/googleapis/python-aiplatform/commit/bb228ced16862a1f452352f8941d3a24d1a77090))
- Add support of newly added fields of ExportData API to SDK
([ec3ea30](https://togithub.com/googleapis/python-aiplatform/commit/ec3ea305cd8a858fb770794c35481cdbc1520990))
- Allow reuse of deleted experiment run id.
([5f6ad8d](https://togithub.com/googleapis/python-aiplatform/commit/5f6ad8df5a08e78a121a72a21e21d95abb072e58))
- GenAI - Added support for "models/\<model ID>" model name format
([ab21feb](https://togithub.com/googleapis/python-aiplatform/commit/ab21feb3528babbc619c0ea5bf4aa89e651340b3))
- Support "reservedIpRanges" parameter in PipelineJob run() and submit()
methods.
([ab99e00](https://togithub.com/googleapis/python-aiplatform/commit/ab99e00a42868ec09796709a5d5fb6e4f276bfb7))
- Support custom target y column name for Bigframes Tensorflow
([1634940](https://togithub.com/googleapis/python-aiplatform/commit/1634940c91182fbd080556949d6c2557288216fb))
- Verify client and cluster Ray versions match in create_ray_cluster
([17dc9b7](https://togithub.com/googleapis/python-aiplatform/commit/17dc9b7663c484fe6250cafd4209ef8279acdb5b))
##### Bug Fixes
- Missing request parameter for v1beta explain.
([443fa9d](https://togithub.com/googleapis/python-aiplatform/commit/443fa9d456294c4a6aa49368cc4b5e6f01ec3d0d))
- Pin google-cloud-aiplatform\[tensorboard] dependency on tensorflow <
2.15.0 due to breaking change introduced in tensorboard 2.15.1
([4e891f7](https://togithub.com/googleapis/python-aiplatform/commit/4e891f7f0c83dabde429ffaa38166af5a44eab5a))
##### Documentation
- GenAI - Added GenAI to docs
([92fd7f0](https://togithub.com/googleapis/python-aiplatform/commit/92fd7f0a10ae35b448ac4981c072fdc5d8b05c3b))
- Update docstring for start_upload_tb_log()
([c033c59](https://togithub.com/googleapis/python-aiplatform/commit/c033c5971c7692f84d0a5b58946c49348a4c4448))
- Update tensorboard continuous uploader sample
([1220746](https://togithub.com/googleapis/python-aiplatform/commit/122074659871daa72aec4a6d3330a82eec77a1c5))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: Yuan <45984206+Yuan325@users.noreply.github.com>
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>1 parent 1c96fae commit 9c8c5a5Copy full SHA for 9c8c5a5
File tree
2 files changed
+2
-2
lines changed- langchain_tools_demo
- retrieval_service
2 files changed
+2
-2
lines changedlangchain_tools_demo/requirements.txt
Copy file name to clipboardexpand all lines: langchain_tools_demo/requirements.txt+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
retrieval_service/requirements.txt
Copy file name to clipboardexpand all lines: retrieval_service/requirements.txt+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments