We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01dafe7 commit 50c3386Copy full SHA for 50c3386
generative_ai/embeddings/batch_example.py
@@ -39,7 +39,7 @@ def embed_text_batch() -> BatchPredictionJob:
39
output_uri = OUTPUT_URI
40
41
textembedding_model = language_models.TextEmbeddingModel.from_pretrained(
42
- "gemini-embedding-001"
+ "textembedding-gecko@003"
43
)
44
45
batch_prediction_job = textembedding_model.batch_predict(
0 commit comments