Wrapper around YandexGPT embedding models.
YandexGPT Embeddings models.
To use, you should have the yandexcloud python package installed.
There are two authentication options for the service account
with the ai.languageModels.user role:
- You can specify the token in a constructor parameter iam_token
or in an environment variable YC_IAM_TOKEN.
- You can specify the key in a constructor parameter api_key
or in an environment variable YC_API_KEY.
To use the default model specify the folder ID in a parameter folder_id
or in an environment variable YC_FOLDER_ID.