阿里云
阿里巴巴集团控股有限公司(维基百科),或
阿里巴巴
,是一家专注于电子商务、零售、互联网和技术的中国跨国科技公司。阿里云(维基百科),也称为
Aliyun
,是一家云计算公司,是阿里巴巴集团
的子公司。阿里云
为在线业务和阿里巴巴自己的电子商务生态系统提供云计算服务。
LLMs
阿里云 PAI EAS
请参阅安装说明和使用示例。
from langchain_community.llms.pai_eas_endpoint import PaiEasEndpoint
API 参考:PaiEasEndpoint
通义千问
请参阅安装说明和使用示例。
from langchain_community.llms import Tongyi
API 参考:Tongyi
聊天模型
阿里云 PAI EAS
请参阅安装说明和使用示例。
from langchain_community.chat_models import PaiEasChatEndpoint
API 参考:PaiEasChatEndpoint
通义千问聊天
请参阅安装说明和使用示例。
from langchain_community.chat_models.tongyi import ChatTongyi
API 参考:ChatTongyi
文档加载器
阿里云 MaxCompute
请参阅安装说明和使用示例。
from langchain_community.document_loaders import MaxComputeLoader
API 参考:MaxComputeLoader
向量存储
阿里云 OpenSearch
请参阅安装说明和使用示例。
from langchain_community.vectorstores import AlibabaCloudOpenSearch, AlibabaCloudOpenSearchSettings
阿里云 Tair
请参阅安装说明和使用示例。
from langchain_community.vectorstores import Tair
API 参考:Tair
AnalyticDB
请参阅安装说明和使用示例。
from langchain_community.vectorstores import AnalyticDB
API 参考:AnalyticDB
Hologres
请参阅安装说明和使用示例。
from langchain_community.vectorstores import Hologres
API 参考:Hologres
表格存储 (Tablestore)
请参阅安装说明和使用示例。
from langchain_community.vectorstores import TablestoreVectorStore
API 参考:TablestoreVectorStore