Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump google-cloud-aiplatform from 1.44.0 to 1.51.0 in /packages/opentelemetry-instrumentation-vertexai #1015

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps google-cloud-aiplatform from 1.44.0 to 1.51.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.51.0

1.51.0 (2024-05-10)

Features

  • Add FeatureGroup create function (3938107)
  • Add FeatureGroup init/get (e47d436)
  • Add support for BaseModels in LangChain templates (5eb885e)
  • Added the vision_models.Image._mime_type property to make vision_models.Image compatible with generative_models.Image (6557d88)
  • AutoSxS Pairwise Metric in Rapid Evaluation SDK (b0c5eda)
  • GenAI - Grounding - Released Google Web Search retriever to GA (32b030a)
  • GenAI - Tuning - Supervised - Added support for the adapter_size parameter (88188d2)
  • LLM - Made the tuning location parameters truly optional (bae8429)
  • LLM - Support tuning of new text embedding models by migrating to the new v1.1.3 pipeline. (7fea754)
  • LLM - Text embedding - Added the output_dimensionality and learning_rate_multiplier parameters to text embedding tuning (Preview only) (cc8bc96)
  • LLM - Text Embedding - Added validation for text embedding tuning parameters. (5a300c1)
  • Release Ray on Vertex SDK to GA (f7c5132)
  • Support custom service account for Ray cluster creation and Ray Client connection (e0c6227)
  • Support vector_distance_threshold filtering and file-based retrieval for RAG (cd85d8f)

Bug Fixes

  • A bug in the evaluation library where the job crashes if only custom metrics are specified. (c528b6f)
  • Add DeprecationWarning to vertexai.preview predictive models SDK (3c3727b)
  • Add MAX_TOKENS to the list of successful finish reasons for Rapid Evaluation SDK (195c77e)
  • AttributeError for TorchModelSerializer.deserialize in torch >=2.3.0 (20b1866)
  • GenAI - Fixed handling of multiple tools in AutomaticFunctionCallingResponder (58e6ac9)
  • Remove InternalServerError and Unknown evaluation service error from retriable exceptions (12c147b)
  • Upload the reference model in model registry (510c833)

v1.50.0

1.50.0 (2024-05-02)

Features

  • Add Candidate.grounding_metadata property (b22a8b8)
  • Add option to not include time_series_metrics in get_experiment_df call. This will improve execution time for Experiments with large number of runs. (78a95c5)
  • Add tune_model and deploy_tuned_model for TextEmbeddingModel. (42f5d6f)
  • Automatically populate parents for full resource name in Vertex RAG SDK (26657ff)
  • Deploy a tuned text embedding model -- it doesn't matter, if it's tuned using Node.js, or curl. (8ca9cdf)
  • Make get_embeddings work both for foundational & tuned models. (b8b589c)
  • Python SDK for Vertex Model Monitoring V2. (021d59f)
  • Support public endpoint for Ray Client (57a5f78)

Bug Fixes

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.51.0 (2024-05-10)

Features

  • Add FeatureGroup create function (3938107)
  • Add FeatureGroup init/get (e47d436)
  • Add support for BaseModels in LangChain templates (5eb885e)
  • Added the vision_models.Image._mime_type property to make vision_models.Image compatible with generative_models.Image (6557d88)
  • AutoSxS Pairwise Metric in Rapid Evaluation SDK (b0c5eda)
  • GenAI - Grounding - Released Google Web Search retriever to GA (32b030a)
  • GenAI - Tuning - Supervised - Added support for the adapter_size parameter (88188d2)
  • LLM - Made the tuning location parameters truly optional (bae8429)
  • LLM - Support tuning of new text embedding models by migrating to the new v1.1.3 pipeline. (7fea754)
  • LLM - Text embedding - Added the output_dimensionality and learning_rate_multiplier parameters to text embedding tuning (Preview only) (cc8bc96)
  • LLM - Text Embedding - Added validation for text embedding tuning parameters. (5a300c1)
  • Release Ray on Vertex SDK to GA (f7c5132)
  • Support custom service account for Ray cluster creation and Ray Client connection (e0c6227)
  • Support vector_distance_threshold filtering and file-based retrieval for RAG (cd85d8f)

Bug Fixes

  • A bug in the evaluation library where the job crashes if only custom metrics are specified. (c528b6f)
  • Add DeprecationWarning to vertexai.preview predictive models SDK (3c3727b)
  • Add MAX_TOKENS to the list of successful finish reasons for Rapid Evaluation SDK (195c77e)
  • AttributeError for TorchModelSerializer.deserialize in torch >=2.3.0 (20b1866)
  • GenAI - Fixed handling of multiple tools in AutomaticFunctionCallingResponder (58e6ac9)
  • Remove InternalServerError and Unknown evaluation service error from retriable exceptions (12c147b)
  • Upload the reference model in model registry (510c833)

1.50.0 (2024-05-02)

Features

  • Add Candidate.grounding_metadata property (b22a8b8)
  • Add option to not include time_series_metrics in get_experiment_df call. This will improve execution time for Experiments with large number of runs. (78a95c5)
  • Add tune_model and deploy_tuned_model for TextEmbeddingModel. (42f5d6f)
  • Automatically populate parents for full resource name in Vertex RAG SDK (26657ff)
  • Deploy a tuned text embedding model -- it doesn't matter, if it's tuned using Node.js, or curl. (8ca9cdf)
  • Make get_embeddings work both for foundational & tuned models. (b8b589c)
  • Python SDK for Vertex Model Monitoring V2. (021d59f)
  • Support public endpoint for Ray Client (57a5f78)

Bug Fixes

  • Add deprecation warnings when using Ray v2.4 (3a36784)
  • Append allowed_plugins in tb-gcp-uploader to default allowed plugins (aab9c3e)

... (truncated)

Commits
  • 2ed7a55 chore(main): release 1.51.0 (#3742)
  • 32b030a feat: GenAI - Grounding - Released Google Web Search retriever to GA
  • 12c147b fix: remove InternalServerError and Unknown evaluation service error from ret...
  • 58e6ac9 fix: GenAI - Fixed handling of multiple tools in `AutomaticFunctionCallingRes...
  • 5a300c1 feat: LLM - Text Embedding - Added validation for text embedding tuning param...
  • cb8b10f feat: GenAI - Added response_style to GenerationConfig
  • f7c5132 feat: Release Ray on Vertex SDK to GA
  • c528b6f fix: a bug in the evaluation library where the job crashes if only custom met...
  • 6557d88 feat: Added the vision_models.Image._mime_type property to make `vision_mod...
  • e0c6227 feat: Support custom service account for Ray cluster creation and Ray Client ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

The following labels could not be found: opentelemetry-instrumentation-vertexai.

@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-vertexai/google-cloud-aiplatform-1.51.0 branch 6 times, most recently from 21e1c96 to 418649b Compare May 17, 2024 08:29
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.44.0 to 1.51.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.44.0...v1.51.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/opentelemetry-instrumentation-vertexai/google-cloud-aiplatform-1.51.0 branch from 418649b to 6ebe548 Compare May 17, 2024 15:06
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2024

Superseded by #1128.

@dependabot dependabot bot closed this May 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/packages/opentelemetry-instrumentation-vertexai/google-cloud-aiplatform-1.51.0 branch May 22, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants