Yandex
All functionality related to Yandex Cloud
Yandex Cloud is a public cloud platform.
Installation and Setupโ
Yandex Cloud SDK can be installed via pip from PyPI:
pip install yandexcloud
LLMsโ
YandexGPTโ
See a usage example.
from langchain_community.llms import YandexGPT
API Reference:YandexGPT
Chat modelsโ
YandexGPTโ
See a usage example.
from langchain_community.chat_models import ChatYandexGPT
API Reference:ChatYandexGPT
Embedding modelsโ
YandexGPTโ
See a usage example.
from langchain_community.embeddings import YandexGPTEmbeddings
API Reference:YandexGPTEmbeddings
Parserโ
YandexSTTParserโ
It transcribes and parses audio files.
YandexSTTParser
is similar to the OpenAIWhisperParser
.
See a usage example with OpenAIWhisperParser.
from langchain_community.document_loaders import YandexSTTParser