You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datasets.assemble now returns tuple[str, Optional[bigframes.pandas.DataFrame]] (the BigQuery table id without the bq:// prefix, and the assembled table as a BigFrames DataFrame) instead of the BigQuery URI str. By default no DataFrame is loaded (load_dataframe=False): the second element is None, no BigQuery read is performed, and bigframes is not required. Pass load_dataframe=True to load the assembled table.
Features
Add data_sharing_enabled_provider field (ModelProvider enum) to PublisherModelConfig (51c4d78)
Add deprecation warning to vertexai.rag module in favor of agentplatform.Client().rag (9ffcbce)
Add support for session TTL and expiration in Vertex AI session service (a2af300)
GenAI client - Add upload_file method to RAG module (13b685b)
GenAI client - Log operation name when RAG operation fails (e368858)
GenAI SDK client(multimodal) - Return the assembled table as a DataFrame from datasets.assemble. (8e52bd2)
Onboard Vertex Model Garden to GenAI Python SDK: Add list_models and list_deployable_models support (9cd63ab)
Bug Fixes
Added safety checks in download_from_gcs (2f5c8f8)