We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1029465 commit ee474eaCopy full SHA for ee474ea
bigframes/ml/llm.py
@@ -131,10 +131,6 @@ class TextEmbeddingGenerator(base.RetriableRemotePredictor):
131
text-multilingual-embedding models returns model embeddings for text inputs which support over 100 languages.
132
If no setting is provided, "text-embedding-004" will be used by
133
default and a warning will be issued.
134
-
135
- .. note::
136
- "text-embedding-004" is going to be deprecated. Bigframes 3 will transition to using text-embedding-004.
137
138
session (bigframes.Session or None):
139
BQ session to create the model. If None, use the global default session.
140
connection_name (str or None):
0 commit comments