Skip to main content
Open on GitHub

Yandex

All functionality related to Yandex Cloud

Yandex Cloud 是一個公有雲平台。

Installation and Setup

Yandex Cloud SDK 可以透過 pip 從 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

Was this page helpful?