Skip to main content
Open on GitHub

Alibaba Cloud

阿里巴巴集团控股有限公司(维基百科),或 Alibaba (中文:阿里巴巴),是一家专注于电子商务、零售、互联网和科技的中国跨国科技公司。

阿里云(维基百科), 也被称为 Aliyun (中文: 阿里云; 拼音: Ālǐyún; 翻译: '阿里云'), 是一家云计算公司, 是 Alibaba Group 的子公司。Alibaba Cloud 向在线企业提供云计算服务,并支持阿里巴巴自身的电子商务生态系统。

大型语言模型

Alibaba Cloud PAI EAS

See 安装说明和使用示例.

from langchain_community.llms.pai_eas_endpoint import PaiEasEndpoint
API 参考:PaiEasEndpoint

Tongyi Qwen

See 安装说明和使用示例.

from langchain_community.llms import Tongyi
API 参考:同义

聊天模型

Alibaba Cloud PAI EAS

See 安装说明和使用示例.

from langchain_community.chat_models import PaiEasChatEndpoint

Tongyi Qwen Chat

See 安装说明和使用示例.

from langchain_community.chat_models.tongyi import ChatTongyi
API 参考:ChatTongyi

通义千问 QwQ 聊天

安装说明和使用示例

from langchain_qwq import ChatQwQ

文档加载器

Alibaba Cloud MaxCompute

See 安装说明和使用示例.

from langchain_community.document_loaders import MaxComputeLoader
API 参考:MaxComputeLoader

向量存储

阿里云OpenSearch

See 安装说明和使用示例.

from langchain_community.vectorstores import AlibabaCloudOpenSearch, AlibabaCloudOpenSearchSettings

阿里巴巴云Tair

See 安装说明和使用示例.

from langchain_community.vectorstores import Tair
API 参考:Tair

分析型数据库

See 安装说明和使用示例.

from langchain_community.vectorstores import AnalyticDB

Hologres

See 安装说明和使用示例.

from langchain_community.vectorstores import Hologres
API 参考:Hologres

Tablestore

See 安装说明和使用示例.

from langchain_community.vectorstores import TablestoreVectorStore