Skip to content

Commit 910be2b

Browse files
authored
docs: add message to remove default model for version 3.0 (#1563)
1 parent 3f0eaa1 commit 910be2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BigQuery DataFrames is an open-source package. You can run
2323
<li><strong>Remote Function Security:</strong>The library no longer automatically lets the Compute Engine default service account become the identity of the Cloud Run functions. If that is desired, it has to be indicated by passing cloud_function_service_account="default". And network ingress now defaults to "internal-only".</li>
2424
<li><strong>@remote_function Argument Passing:</strong> Arguments other than input_types, output_type, and dataset to remote_function must now be passed using keyword syntax, as positional arguments are no longer supported.</li>
2525
<li><strong>Endpoint Connections:</strong> Automatic fallback to locational endpoints in certain regions is removed. </li>
26-
<li><strong>LLM Changes (Shift to Gemini):</strong> Integrations now default to <code>gemini-2.0-flash-001</code>. Support for PaLM2 models has been removed; migrate any PaLM2 usage to Gemini.</li>
26+
<li><strong>LLM Updates (Gemini Integration):</strong> Integrations now default to the <code>gemini-2.0-flash-001</code> model. PaLM2 support has been removed; please migrate any existing PaLM2 usage to Gemini. Note: The current default model will be removed in Version 3.0.</li>
2727
</ul>
2828
<p><strong>Important:</strong> If you are not ready to adapt to these changes, please pin your dependency to a version less than 2.0 (e.g., <code>bigframes==1.42.0</code>) to avoid disruption.</p>
2929
<p style="margin-bottom: 0;"> To learn about these changes and how to migrate to version 2.0, see: <a href="https://cloud.google.com/bigquery/docs/bigquery-dataframes-introduction" style="color: #842029; text-decoration: underline;">updated introduction guide</a>.</p>

0 commit comments

Comments
 (0)