Skip to main content
Open on GitHub

Alibaba Cloud

Alibaba Group Holding Limited (Wikipedia), or Alibaba (Chinese: 阿里巴巴), is a Chinese multinational technology company specializing in e-commerce, retail, Internet, and technology.

Alibaba Cloud (Wikipedia), also known as Aliyun (Chinese: 阿里云; pinyin: Ālǐyún; lit. 'Ali Cloud'), is a cloud computing company, a subsidiary of Alibaba Group. Alibaba Cloud provides cloud computing services to online businesses and Alibaba's own e-commerce ecosystem.

LLMs​

Alibaba Cloud PAI EAS​

See installation instructions and a usage example.

from langchain_community.llms.pai_eas_endpoint import PaiEasEndpoint

Tongyi Qwen​

See installation instructions and a usage example.

from langchain_community.llms import Tongyi

Chat Models​

Alibaba Cloud PAI EAS​

See installation instructions and a usage example.

from langchain_community.chat_models import PaiEasChatEndpoint

Tongyi Qwen Chat​

See installation instructions and a usage example.

from langchain_community.chat_models.tongyi import ChatTongyi

Qwen QwQ Chat​

See installation instructions and a usage example

from langchain_qwq import ChatQwQ

Document Loaders​

Alibaba Cloud MaxCompute​

See installation instructions and a usage example.

from langchain_community.document_loaders import MaxComputeLoader

Vector stores​

Alibaba Cloud OpenSearch​

See installation instructions and a usage example.

from langchain_community.vectorstores import AlibabaCloudOpenSearch, AlibabaCloudOpenSearchSettings

Alibaba Cloud Tair​

See installation instructions and a usage example.

from langchain_community.vectorstores import Tair

AnalyticDB​

See installation instructions and a usage example.

from langchain_community.vectorstores import AnalyticDB

Hologres​

See installation instructions and a usage example.

from langchain_community.vectorstores import Hologres

Tablestore​

See installation instructions and a usage example.

from langchain_community.vectorstores import TablestoreVectorStore