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.59.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.60.0
Choose a head ref
  • 20 commits
  • 55 files changed
  • 8 contributors

Commits on Jul 9, 2024

  1. fix: Avoid throw error when Part.text is empty in modality content ch…

    …ecks
    
    PiperOrigin-RevId: 650788670
    happy-qiao authored and copybara-github committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bbd4a49 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. chore: offline store - pass credentials to FeatureGroup/Feature

    PiperOrigin-RevId: 651081315
    vertex-sdk-bot authored and copybara-github committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    022fe8c View commit details
    Browse the repository at this point in the history
  2. fix: create FV embedding dimensions sample - dimensions should be an int

    PiperOrigin-RevId: 651092279
    vertex-sdk-bot authored and copybara-github committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2aa221e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. docs: GenAI - Update README.md for Vertex Generative AI SDK for Pytho…

    …n to add subsections to the right nav.
    
    PiperOrigin-RevId: 651457939
    vertex-sdk-bot authored and copybara-github committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    42af742 View commit details
    Browse the repository at this point in the history
  2. feat: Add preflight validations to PipelineJob submit and run methods.

    PiperOrigin-RevId: 651504412
    vertex-sdk-bot authored and copybara-github committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c5a3535 View commit details
    Browse the repository at this point in the history
  3. feat: GenAI - Added tokenization support via `GenerativeModel.compute…

    …_tokens`
    
    Usage:
    ```
    model = GenerativeModel("gemini-1.0-pro")
    tokens = model.compute_tokens("Hello world")
    ```
    PiperOrigin-RevId: 651536821
    Ark-kun authored and copybara-github committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cfe0cc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: Include DeploymentResourcePool class in aiplatform top-level sdk…

    … module
    
    PiperOrigin-RevId: 652541626
    vertex-sdk-bot authored and copybara-github committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ecc4f09 View commit details
    Browse the repository at this point in the history
  2. fix: Pass the project ID from vertexai.init to CloudTraceSpanExporter…

    … when enable_tracing=True for LangchainAgent
    
    PiperOrigin-RevId: 652617521
    yeesian authored and copybara-github committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3ec043e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. feat: GenAI - ContextCaching - allow from_cached_content to take the …

    …cached_content resource name
    
    PiperOrigin-RevId: 652913296
    Zhenyi Qi authored and copybara-github committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8f53902 View commit details
    Browse the repository at this point in the history
  2. chore: Logging the Vertex notebook environment for every API request

    PiperOrigin-RevId: 652977926
    speedstorm1 authored and copybara-github committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    217faf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix: Fix the sync option for Model Monitor job creation

    PiperOrigin-RevId: 653408498
    vertex-sdk-bot authored and copybara-github committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    22151e2 View commit details
    Browse the repository at this point in the history
  2. feat: Add support for langchain v0.2+ package versions in default ins…

    …tallation
    
    PiperOrigin-RevId: 653770976
    yeesian authored and copybara-github committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    259b638 View commit details
    Browse the repository at this point in the history
  3. chore: change the Model Monitoring Job sync option default value

    PiperOrigin-RevId: 653793790
    vertex-sdk-bot authored and copybara-github committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e5d087f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. feat: Make count_tokens generally-available at TextEmbeddingModel.

    PiperOrigin-RevId: 654133506
    vertex-sdk-bot authored and copybara-github committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    efb8413 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: Overriding the current TracerProvider when enabling tracing

    PiperOrigin-RevId: 654822106
    vertex-sdk-bot authored and copybara-github committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1476c10 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore: Add description to RagFile when provided

    PiperOrigin-RevId: 654943884
    speedstorm1 authored and copybara-github committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c29d06b View commit details
    Browse the repository at this point in the history
  2. chore: update owlbot template for gemini docs

    PiperOrigin-RevId: 655144627
    vertex-sdk-bot authored and copybara-github committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6fceebf View commit details
    Browse the repository at this point in the history
  3. fix: Correct logit_bias type annotation to accept keys as strings

    PiperOrigin-RevId: 655305894
    sasha-gitg authored and copybara-github committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2676d25 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. feat: Support compute_token in local tokenizer

    Usage:
    ```
    tokenizer = get_tokenizer_for_model("gemini-1.0-pro-001")
    print(tokenizer.compute_tokens("Hello world!"))
    ```
    PiperOrigin-RevId: 655379613
    happy-qiao authored and copybara-github committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5963e1b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.60.0 (#4077)

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