Skip to content

Commit 02a728c

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent ca7eb1f commit 02a728c

File tree

1 file changed

+1
-1
lines changed
  • src/yandex_cloud_ml_sdk/_models/text_embeddings

1 file changed

+1
-1
lines changed

src/yandex_cloud_ml_sdk/_models/text_embeddings/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TextEmbeddingsModelResult(BaseResult, Sequence):
1818
"""
1919
Represents the result of a text embeddings model.
2020
21-
It holds the embedding vector, the number of tokens, and the
21+
It holds the embedding vector, the number of tokens, and the
2222
version of the model that is used to generate embeggings.
2323
"""
2424
#: the embedding vector as a tuple of floats

0 commit comments

Comments
 (0)