langchain/docs/docs/integrations
hiigao f818ec49b8
Encapsulate alicloud pai-eas access method for chatmodels and llms (#11852)
### Description: 
To provide an eas llm service access methods in this pull request by
impletementing `PaiEasEndpoint` and `PaiEasChatEndpoint` classes in
`langchain.llms` and `langchain.chat_models` modules. Base on this pr,
langchain users can build up a chain to call remote eas llm service and
get the llm inference results.

### About EAS Service
EAS is a Alicloud product on Alibaba Cloud Machine Learning Platform for
AI which is short for AliCloud PAI. EAS provides model inference
deployment services for the users. We build up a llm inference services
on EAS with a general llm docker images. Therefore, end users can
quickly setup their llm remote instances to load majority of the
hugginface llm models, and serve as a backend for most of the llm apps.

### Dependencies
This pr does't involve any new dependencies.

---------

Co-authored-by: 子洪 <gaoyihong.gyh@alibaba-inc.com>
2023-10-19 00:20:18 -07:00
..
callbacks Fix typos (#11663) 2023-10-12 11:44:03 -04:00
chat Encapsulate alicloud pai-eas access method for chatmodels and llms (#11852) 2023-10-19 00:20:18 -07:00
chat_loaders Fix typos (#11663) 2023-10-12 11:44:03 -04:00
document_loaders Fix: Sitemap Document Loader Tests and Documentation (#11866) 2023-10-16 17:42:10 -07:00
document_transformers Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
llms Encapsulate alicloud pai-eas access method for chatmodels and llms (#11852) 2023-10-19 00:20:18 -07:00
memory SingleStoreDBChatMessageHistory: Add jupiter notebook with usage example (#11941) 2023-10-17 21:31:19 -04:00
platforms Retriever based on GCP DocAI Warehouse (#11400) 2023-10-11 19:08:53 -07:00
providers Update clarifai.mdx (#11964) 2023-10-18 13:05:59 -07:00
retrievers feat: Google Vertex AI Search Retriever - Add support for Website Data Stores (#11736) 2023-10-18 23:41:48 -07:00
text_embedding Update bge_huggingface.ipynb (#8960) 2023-10-17 11:58:29 -07:00
toolkits Revised notebook and add delete to MyScale vector store (#11848) 2023-10-17 11:42:21 -07:00
tools bearly api key docs (#11981) 2023-10-18 07:26:10 -07:00
vectorstores Update clarifai.ipynb (#11963) 2023-10-18 13:05:43 -07:00