-
Notifications
You must be signed in to change notification settings - Fork 354
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: v1.59.0
head repository: googleapis/python-aiplatform
compare: v1.60.0
- 20 commits
- 55 files changed
- 8 contributors
Commits on Jul 9, 2024
-
fix: Avoid throw error when Part.text is empty in modality content ch…
…ecks PiperOrigin-RevId: 650788670
Configuration menu - View commit details
-
Copy full SHA for bbd4a49 - Browse repository at this point
Copy the full SHA bbd4a49View commit details
Commits on Jul 10, 2024
-
chore: offline store - pass credentials to FeatureGroup/Feature
PiperOrigin-RevId: 651081315
Configuration menu - View commit details
-
Copy full SHA for 022fe8c - Browse repository at this point
Copy the full SHA 022fe8cView commit details -
fix: create FV embedding dimensions sample - dimensions should be an int
PiperOrigin-RevId: 651092279
Configuration menu - View commit details
-
Copy full SHA for 2aa221e - Browse repository at this point
Copy the full SHA 2aa221eView commit details
Commits on Jul 11, 2024
-
docs: GenAI - Update README.md for Vertex Generative AI SDK for Pytho…
…n to add subsections to the right nav. PiperOrigin-RevId: 651457939
Configuration menu - View commit details
-
Copy full SHA for 42af742 - Browse repository at this point
Copy the full SHA 42af742View commit details -
feat: Add preflight validations to PipelineJob submit and run methods.
PiperOrigin-RevId: 651504412
Configuration menu - View commit details
-
Copy full SHA for c5a3535 - Browse repository at this point
Copy the full SHA c5a3535View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cfe0cc6 - Browse repository at this point
Copy the full SHA cfe0cc6View commit details
Commits on Jul 15, 2024
-
fix: Include DeploymentResourcePool class in aiplatform top-level sdk…
… module PiperOrigin-RevId: 652541626
Configuration menu - View commit details
-
Copy full SHA for ecc4f09 - Browse repository at this point
Copy the full SHA ecc4f09View commit details -
fix: Pass the project ID from vertexai.init to CloudTraceSpanExporter…
… when enable_tracing=True for LangchainAgent PiperOrigin-RevId: 652617521
Configuration menu - View commit details
-
Copy full SHA for 3ec043e - Browse repository at this point
Copy the full SHA 3ec043eView commit details
Commits on Jul 16, 2024
-
feat: GenAI - ContextCaching - allow from_cached_content to take the …
…cached_content resource name PiperOrigin-RevId: 652913296
Configuration menu - View commit details
-
Copy full SHA for 8f53902 - Browse repository at this point
Copy the full SHA 8f53902View commit details -
chore: Logging the Vertex notebook environment for every API request
PiperOrigin-RevId: 652977926
Configuration menu - View commit details
-
Copy full SHA for 217faf8 - Browse repository at this point
Copy the full SHA 217faf8View commit details
Commits on Jul 18, 2024
-
fix: Fix the sync option for Model Monitor job creation
PiperOrigin-RevId: 653408498
Configuration menu - View commit details
-
Copy full SHA for 22151e2 - Browse repository at this point
Copy the full SHA 22151e2View commit details -
feat: Add support for langchain v0.2+ package versions in default ins…
…tallation PiperOrigin-RevId: 653770976
Configuration menu - View commit details
-
Copy full SHA for 259b638 - Browse repository at this point
Copy the full SHA 259b638View commit details -
chore: change the Model Monitoring Job sync option default value
PiperOrigin-RevId: 653793790
Configuration menu - View commit details
-
Copy full SHA for e5d087f - Browse repository at this point
Copy the full SHA e5d087fView commit details
Commits on Jul 19, 2024
-
feat: Make count_tokens generally-available at TextEmbeddingModel.
PiperOrigin-RevId: 654133506
Configuration menu - View commit details
-
Copy full SHA for efb8413 - Browse repository at this point
Copy the full SHA efb8413View commit details
Commits on Jul 22, 2024
-
fix: Overriding the current TracerProvider when enabling tracing
PiperOrigin-RevId: 654822106
Configuration menu - View commit details
-
Copy full SHA for 1476c10 - Browse repository at this point
Copy the full SHA 1476c10View commit details
Commits on Jul 23, 2024
-
chore: Add description to RagFile when provided
PiperOrigin-RevId: 654943884
Configuration menu - View commit details
-
Copy full SHA for c29d06b - Browse repository at this point
Copy the full SHA c29d06bView commit details -
chore: update owlbot template for gemini docs
PiperOrigin-RevId: 655144627
Configuration menu - View commit details
-
Copy full SHA for 6fceebf - Browse repository at this point
Copy the full SHA 6fceebfView commit details -
fix: Correct logit_bias type annotation to accept keys as strings
PiperOrigin-RevId: 655305894
Configuration menu - View commit details
-
Copy full SHA for 2676d25 - Browse repository at this point
Copy the full SHA 2676d25View commit details
Commits on Jul 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 5963e1b - Browse repository at this point
Copy the full SHA 5963e1bView commit details -
chore(main): release 1.60.0 (#4077)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f7ba9c1 - Browse repository at this point
Copy the full SHA f7ba9c1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.59.0...v1.60.0