Skip to content

Commit 31e26cd

Browse files
committed
add space for style
1 parent b4b5780 commit 31e26cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigframes/ml/llm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@
115115

116116

117117
@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.",
119119
category=exceptions.ApiDeprecationWarning,
120120
)
121121
@log_adapter.class_logger
122122
class TextEmbeddingGenerator(base.RetriableRemotePredictor):
123123
"""Text embedding generator LLM model.
124124
125125
.. note::
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.
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.
127127
128128
Args:
129129
model_name (str, Default to "text-embedding-004"):
@@ -134,7 +134,7 @@ class TextEmbeddingGenerator(base.RetriableRemotePredictor):
134134
default and a warning will be issued.
135135
136136
.. 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.
138138
139139
session (bigframes.Session or None):
140140
BQ session to create the model. If None, use the global default session.

0 commit comments

Comments
 (0)