Thanks to visit codestin.com
Credit goes to github.com

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.96.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.97.0
Choose a head ref
  • 19 commits
  • 57 files changed
  • 9 contributors

Commits on Jun 4, 2025

  1. feat: RAG - Introduce configuration to corpus types, with DocumentCor…

    …pus and MemoryCorpus options.
    
    PiperOrigin-RevId: 766977388
    vertex-sdk-bot authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    ede4b5b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. chore: update eval types

    PiperOrigin-RevId: 767363093
    sasha-gitg authored and copybara-github committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    c81eb72 View commit details
    Browse the repository at this point in the history
  2. chore: fix test flakiness

    PiperOrigin-RevId: 767732511
    jsondai authored and copybara-github committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    8fc9c79 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. feat: Add GenAI client (experimental)

    PiperOrigin-RevId: 767821779
    sararob authored and copybara-github committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    166b747 View commit details
    Browse the repository at this point in the history
  2. chore: add new types for evals module in GenAI SDK

    PiperOrigin-RevId: 768170527
    jsondai authored and copybara-github committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    0e9fcad View commit details
    Browse the repository at this point in the history
  3. fix: Set memory corpus configuration into RagCorpus object.

    PiperOrigin-RevId: 768251943
    vertex-sdk-bot authored and copybara-github committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    39d3c70 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. chore: Add MetricPromptBuilder type

    PiperOrigin-RevId: 768286605
    jsondai authored and copybara-github committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    22259db View commit details
    Browse the repository at this point in the history
  2. chore: add evals data converter to vertex_genai

    PiperOrigin-RevId: 768417370
    jsondai authored and copybara-github committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    d588021 View commit details
    Browse the repository at this point in the history
  3. chore: add evals data converter to vertex_genai

    PiperOrigin-RevId: 768538090
    jsondai authored and copybara-github committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    ee71344 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. chore: add eval dataset merging utilities

    PiperOrigin-RevId: 769214118
    jsondai authored and copybara-github committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    467e9ed View commit details
    Browse the repository at this point in the history
  2. chore: Fix sample lint

    PiperOrigin-RevId: 769290665
    matthew29tang authored and copybara-github committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    9e37d2e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Copybara import of the project:

    --
    ec86764 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>:
    
    feat: Expose UrlContextMetadata API to v1beta1
    
    PiperOrigin-RevId: 767231781
    
    Source-Link: googleapis/googleapis@f38d782
    
    Source-Link: googleapis/googleapis-gen@e71a361
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTcxYTM2MTQyZmQ0N2UxOTg3OGFmMzcyNjFiNDY5NTE0YTc0OTlhMyJ9
    
    --
    6f01069 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
    
    --
    64b8d4a by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>:
    
    feat: Expose UrlContextMetadata API to v1
    
    PiperOrigin-RevId: 767327091
    
    Source-Link: googleapis/googleapis@5e989a7
    
    Source-Link: googleapis/googleapis-gen@2cdc136
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmNkYzEzNmQxNzdkNzNjN2FiYWQ0YmVmNDExM2NiMjZhNDQ5M2U4MiJ9
    
    --
    fc5d34f 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=#5390 from googleapis:owl-bot-copy 7947720
    PiperOrigin-RevId: 769355613
    gcf-owl-bot[bot] authored and copybara-github committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    b57cbd3 View commit details
    Browse the repository at this point in the history
  2. fix: Add support for ADK Agents as a supported type for agent engine

    PiperOrigin-RevId: 769622242
    yeesian authored and copybara-github committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    6b177ca View commit details
    Browse the repository at this point in the history
  3. feat: Integration with Vertex AI Multimodal Datasets: Update `train_d…

    …ataset` and `validation_dataset` in `sft.train()` docstring to include the Vertex Multimodal Dataset as a dataset source option.
    
    PiperOrigin-RevId: 769668121
    Frances Hubis Thoma authored and copybara-github committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    eac1de0 View commit details
    Browse the repository at this point in the history
  4. fix: Add default auth scope

    PiperOrigin-RevId: 769811851
    matthew29tang authored and copybara-github committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    3d747e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. chore: Add evals metric validation, load/dump, and versioning utils

    PiperOrigin-RevId: 769872843
    jsondai authored and copybara-github committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    5b1b83c View commit details
    Browse the repository at this point in the history
  2. chore: add metric handlers for GenAI evals module

    PiperOrigin-RevId: 769901087
    jsondai authored and copybara-github committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    fde5c65 View commit details
    Browse the repository at this point in the history
  3. chore: add evaluate method to GenAI evals module

    PiperOrigin-RevId: 769962317
    jsondai authored and copybara-github committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    1fe610e View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.97.0 (#5385)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Matthew Tang <[email protected]>
    release-please[bot] and matthew29tang authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    da09275 View commit details
    Browse the repository at this point in the history
Loading