Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit bc17036

Browse files
committed
fix
1 parent a5448e7 commit bc17036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/multimodal_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def chunk_pdf(src_ref: str, chunk_size: int, overlap_size: int) -> list[str]:
429429

430430
result = bbq.ai.generate_text(gemini_model, df_chunked["prompt"])
431431
result
432-
# [START bigquery_dataframes_multimodal_analyze_pdf]
432+
# [END bigquery_dataframes_multimodal_analyze_pdf]
433433

434434
# [START bigquery_dataframes_multimodal_create_embed_table]
435435
df_products_mm["content"] = bbq.obj.get_access_url(df_products_mm["image"], "R")

0 commit comments

Comments
 (0)