Domain
Статья создана
Обновлена 7 ноября 2025 г.
class yandex_cloud_ml_sdk._chat.text_embeddings.function.AsyncChatEmbeddings
async list(*, timeout=60)
|
Parameters |
timeout (float |
|
Return type |
__call__(model_name, *, model_version='latest')
Create a model instance in selected chat subdomain (completions, embeddings, etc)
Constructs the model URI based on the provided name and version. If the name contains ‘://’, it is treated as a full URI. Otherwise constructs a URI in the form ‘gpt://<folder_id>/
|
Parameters |
|
|
Return type |
Model
class yandex_cloud_ml_sdk._chat.text_embeddings.model.AsyncChatEmbeddingsModel
async run(input, *, timeout=180)
|
Parameters |
|
|
Return type |
property config: ConfigTypeT
configure(*, dimensions=Undefined, encoding_format=Undefined, extra_query=Undefined)
|
Parameters |
|
|
Return type |
Self |
property uri: str