Skip to main content
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

Qwen model chat

See installation instructions and a usage example
from langchain_qwq import ChatQwen

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

Connect these docs to Claude, VSCode, and more via MCP for real-time answers.