NLPCloud
NLP Cloud is an artificial intelligence platform that allows you to use the most advanced AI engines, and even train your own engines with your own data.
Installation and Setupβ
- Install the
nlpcloud
package.
pip install nlpcloud
- Get an NLPCloud api key and set it as an environment variable (
NLPCLOUD_API_KEY
)
LLMβ
See a usage example.
from langchain.llms import NLPCloud
Text Embedding Modelsβ
See a usage example
from langchain.embeddings import NLPCloudEmbeddings