You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -262,7 +262,8 @@ class MultimodalEmbeddingGenerator(base.RetriableRemotePredictor):
262
262
Args:
263
263
model_name (str, Default to "multimodalembedding@001"):
264
264
The model for multimodal embedding. Can set to "multimodalembedding@001". Multimodal-embedding models returns model embeddings for text, image and video inputs.
265
-
Default to "multimodalembedding@001".
265
+
If no setting is provided, "multimodalembedding@001" will be used by
266
+
default and a warning will be issued.
266
267
session (bigframes.Session or None):
267
268
BQ session to create the model. If None, use the global default session.
"gemini-2.0-flash-lite-001", and "gemini-2.0-flash-001".
417
-
Default to "gemini-2.0-flash-001".
421
+
If no setting is provided, "gemini-2.0-flash-001" will be used by
422
+
default and a warning will be issued.
418
423
419
424
.. note::
420
425
"gemini-2.0-flash-exp", "gemini-1.5-pro-preview-0514" and "gemini-1.5-flash-preview-0514" is subject to the "Pre-GA Offerings Terms" in the General Service Terms section of the
0 commit comments