From 22cb0924f33eb03f6cd33d4b48d6e7cbbfbd6b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Mon, 20 Oct 2025 16:22:23 -0500 Subject: [PATCH] docs: Update AI operators deprecation notice "deprecated" is a bit confusing in this context. Let's say they have moved because the APIs are supported in the new location. --- notebooks/experimental/ai_operators.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/experimental/ai_operators.ipynb b/notebooks/experimental/ai_operators.ipynb index 8aaa3f4b7c..9878929cd2 100644 --- a/notebooks/experimental/ai_operators.ipynb +++ b/notebooks/experimental/ai_operators.ipynb @@ -29,7 +29,7 @@ "id": "rWJnGj2ViouP" }, "source": [ - "All AI operators except for `ai.forecast` have been deprecated.\n", + "All AI operators except for `ai.forecast` have moved to the `bigframes.bigquery.ai` module.\n", "\n", "The tutorial notebook for AI functions is located at https://github.com/googleapis/python-bigquery-dataframes/blob/main/notebooks/generative_ai/ai_functions.ipynb\n", "\n",