Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.49.0
Choose a base ref
...
head repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.50.0
Choose a head ref
  • 20 commits
  • 67 files changed
  • 7 contributors

Commits on Apr 29, 2024

  1. fix: move torch import

    PiperOrigin-RevId: 629136419
    sasha-gitg authored and copybara-github committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e6d34df View commit details
    Browse the repository at this point in the history
  2. chore: Samples - Made parameter type annotation more clear in the `sa…

    …mples/model-builder/init_sample.py` sample
    
    PiperOrigin-RevId: 629218097
    Ark-kun authored and copybara-github committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    da23f04 View commit details
    Browse the repository at this point in the history
  3. fix: Append allowed_plugins in tb-gcp-uploader to default allowed plu…

    …gins
    
    PiperOrigin-RevId: 629223881
    vertex-sdk-bot authored and copybara-github committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    aab9c3e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore: LLM - Refactored the Distillation feature to support new disti…

    …llation pipeline
    
    * Extracted the `_TuningJob` base class from the `_LanguageModelTuningJob` class. This allows creating jobs that rethrn the tuned model as something other than `LanguageModel`.
    * Extracted the `_tuning.submit_distillation_pipeline_job` function from the `DistillationMixin` class. This allows submitting distillation jobs for models that cannot be wrapped in a `LanguageModel` class.
    
    PiperOrigin-RevId: 629232787
    Ark-kun authored and copybara-github committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3ce0126 View commit details
    Browse the repository at this point in the history
  2. feat: Make get_embeddings work both for foundational & tuned models.

    PiperOrigin-RevId: 629254179
    vertex-sdk-bot authored and copybara-github committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b8b589c View commit details
    Browse the repository at this point in the history
  3. chore: Wrap the langchain template system test to not fail if a respo…

    …nse gets blocked.
    
    PiperOrigin-RevId: 629429064
    yeesian authored and copybara-github committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3f037a1 View commit details
    Browse the repository at this point in the history
  4. fix: Add deprecation warnings when using Ray v2.4

    PiperOrigin-RevId: 629468075
    yinghsienwu authored and copybara-github committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3a36784 View commit details
    Browse the repository at this point in the history
  5. refactor: make create_feature_view method more generic - drop BigQuer…

    …y naming
    
    Move BigQuerySource to util file to avoid circular dep + a few lint fixes.
    
    PiperOrigin-RevId: 629484260
    vertex-sdk-bot authored and copybara-github committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d7a89a0 View commit details
    Browse the repository at this point in the history
  6. feat: add Candidate.grounding_metadata property

    PiperOrigin-RevId: 629500524
    holtskinner authored and copybara-github committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b22a8b8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. feat: Deploy a tuned text embedding model -- it doesn't matter, if it…

    …'s tuned using Node.js, or curl.
    
    PiperOrigin-RevId: 629619980
    vertex-sdk-bot authored and copybara-github committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8ca9cdf View commit details
    Browse the repository at this point in the history
  2. fix: LVM - Fixed the typo in the VisionModel aspect ratio type annota…

    …tion
    
    PiperOrigin-RevId: 629650811
    vertex-sdk-bot authored and copybara-github committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2d19137 View commit details
    Browse the repository at this point in the history
  3. feat: Automatically populate parents for full resource name in Vertex…

    … RAG SDK
    
    PiperOrigin-RevId: 629849569
    yinghsienwu authored and copybara-github committed May 1, 2024
    Configuration menu
    Copy the full SHA
    26657ff View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. feat: Python SDK for Vertex Model Monitoring V2.

    PiperOrigin-RevId: 629879834
    vertex-sdk-bot authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    021d59f View commit details
    Browse the repository at this point in the history
  2. feat: Add tune_model and deploy_tuned_model for TextEmbeddingModel.

    PiperOrigin-RevId: 629886655
    vertex-sdk-bot authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    42f5d6f View commit details
    Browse the repository at this point in the history
  3. chore: Add more system test cases for reasoning engines.

    PiperOrigin-RevId: 630097505
    yeesian authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4ce2f60 View commit details
    Browse the repository at this point in the history
  4. feat: Support public endpoint for Ray Client

    PiperOrigin-RevId: 630181847
    yinghsienwu authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    57a5f78 View commit details
    Browse the repository at this point in the history
  5. feat: 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.
    
    PiperOrigin-RevId: 630185385
    vertex-sdk-bot authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    78a95c5 View commit details
    Browse the repository at this point in the history
  6. fix: LLM - Added missing parameters to the no-op `_TunableTextEmbeddi…

    …ngModelMixin.get_tuned_model` method
    
    PiperOrigin-RevId: 630187156
    vertex-sdk-bot authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eb05ac4 View commit details
    Browse the repository at this point in the history
  7. fix: Ray - Fixed exception when using Ray 2.4

    PiperOrigin-RevId: 630196444
    Ark-kun authored and copybara-github committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2661f52 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. chore(main): release 1.50.0 (#3695)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    d1e2012 View commit details
    Browse the repository at this point in the history
Loading