Skip to content

Commit 963762e

Browse files
committed
move to large texts
1 parent 4096bbb commit 963762e

File tree

6 files changed

+647
-687
lines changed

6 files changed

+647
-687
lines changed

notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,8 @@
12831283
"toc_visible": true
12841284
},
12851285
"kernelspec": {
1286-
"display_name": "Python 3",
1286+
"display_name": "venv (3.10.14)",
1287+
"language": "python",
12871288
"name": "python3"
12881289
},
12891290
"language_info": {
@@ -1296,7 +1297,7 @@
12961297
"name": "python",
12971298
"nbconvert_exporter": "python",
12981299
"pygments_lexer": "ipython3",
1299-
"version": "3.11.1"
1300+
"version": "3.10.14"
13001301
}
13011302
},
13021303
"nbformat": 4,

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,11 +707,9 @@ def notebook(session: nox.Session):
707707
# bq_dataframes_llm_code_generation creates a bucket in the sample.
708708
"notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb", # Needs BUCKET_URI.
709709
"notebooks/generative_ai/sentiment_analysis.ipynb", # Too slow
710-
"notebooks/generative_ai/bq_dataframes_llm_gemini_2.ipynb", # Gemini 2.0 backend hasn't ready in prod.
711710
"notebooks/generative_ai/bq_dataframes_llm_vector_search.ipynb", # Limited quota for vector index ddl statements on table.
712711
"notebooks/generative_ai/bq_dataframes_ml_drug_name_generation.ipynb", # Needs CONNECTION.
713712
# TODO(b/366290533): to protect BQML quota
714-
"notebooks/generative_ai/bq_dataframes_llm_claude3_museum_art.ipynb",
715713
"notebooks/vertex_sdk/sdk2_bigframes_pytorch.ipynb", # Needs BUCKET_URI.
716714
"notebooks/vertex_sdk/sdk2_bigframes_sklearn.ipynb", # Needs BUCKET_URI.
717715
"notebooks/vertex_sdk/sdk2_bigframes_tensorflow.ipynb", # Needs BUCKET_URI.

0 commit comments

Comments
 (0)