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
Copy file name to clipboardExpand all lines: bigframes/ml/llm.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -115,15 +115,15 @@
115
115
116
116
117
117
@typing_extensions.deprecated(
118
-
"text-embedding-004 is going to be deprecated. Use text-embedding-005 (https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.ml.llm.TextEmbeddingGenerator) instead.",
118
+
"text-embedding-004 is going to be deprecated. Use text-embedding-005 (https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.ml.llm.TextEmbeddingGenerator) instead.",
text-embedding-004 is going to be deprecated. Use text-embedding-005(https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.ml.llm.TextEmbeddingGenerator) instead.
126
+
text-embedding-004 is going to be deprecated. Use text-embedding-005(https://cloud.google.com/python/docs/reference/bigframes/latest/bigframes.ml.llm.TextEmbeddingGenerator) instead.
127
127
128
128
Args:
129
129
model_name (str, Default to "text-embedding-004"):
@@ -134,7 +134,7 @@ class TextEmbeddingGenerator(base.RetriableRemotePredictor):
134
134
default and a warning will be issued.
135
135
136
136
.. note::
137
-
"text-embedding-004" is going to be deprecated. Bigframes 3 will transition to using text-embedding-004.
137
+
"text-embedding-004" is going to be deprecated. Bigframes 3 will transition to using text-embedding-004.
138
138
139
139
session (bigframes.Session or None):
140
140
BQ session to create the model. If None, use the global default session.
0 commit comments