Skip to content

Commit 74acdbb

Browse files
committed
lint
1 parent 77671b0 commit 74acdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generative_ai/embeddings/batch_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
1919

2020

21-
def embed_text_batch(OUTPUT_URI) -> BatchPredictionJob:
21+
def embed_text_batch(OUTPUT_URI: str) -> BatchPredictionJob:
2222
"""Example of how to generate embeddings from text using batch processing.
2323
2424
Read more: https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/batch-prediction-genai-embeddings

0 commit comments

Comments
 (0)