Skip to content

Commit 7f8c972

Browse files
authored
Update semantic_operators.ipynb (#1254)
Rename semantic operator to AI operator in the introduction.
1 parent 8cfaae8 commit 7f8c972

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/experimental/semantic_operators.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"source": [
28-
"# BigQuery DataFrames Semantic Operator Demo"
28+
"# BigQuery DataFrames AI (semantic) Operator Demo"
2929
]
3030
},
3131
{
3232
"cell_type": "markdown",
3333
"metadata": {},
3434
"source": [
35-
"The BigQuery DataFrames team implements semantics operators as described in the \"Lotus\" paper: https://arxiv.org/pdf/2407.11418.\n",
35+
"The BigQuery DataFrames team implements AI operators inspired by the \"Lotus\" paper: https://arxiv.org/pdf/2407.11418.\n",
3636
"\n",
37-
"This notebook gives you a hands-on preview of semantic operator APIs powered by LLM. You can open this notebook on Google Colab [here](https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/semantic_operators.ipynb). \n",
37+
"This notebook gives you a hands-on preview of AI operator APIs powered by LLM. You can open this notebook on Google Colab [here](https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/semantic_operators.ipynb). \n",
3838
"\n",
39-
"The notebook has two sections. The first section introduces the API syntax with examples, with the aim to get you familiar with how semantic operators work. The second section applies semantic operators on a large real-world dataset. You will also find some performance statistics there."
39+
"The notebook has two sections. The first section introduces the API syntax with examples, with the aim to get you familiar with how AI operators work. The second section applies AI operators on a large real-world dataset. You will also find some performance statistics there."
4040
]
4141
},
4242
{

0 commit comments

Comments
 (0)