ProvidersMoreNLPCloudOn this pageNLPCloudNLP Cloud 是一个人工智能平台,允许您使用最先进的AI引擎,甚至可以使用自己的数据训练自己的引擎。安装和设置安装 nlpcloud 包。pip install nlpcloud获取一个 NLPCloud API 密钥,并将其设置为环境变量 (NLPCLOUD_API_KEY)LLM查看使用示例。from langchain_community.llms import NLPCloud文本嵌入模型查看使用示例。from langchain_community.embeddings import NLPCloudEmbeddingsWas this page helpful?You can leave detailed feedback on GitHub.