Nebula
This page covers how to use Nebula, Symbl.ai's LLM, ecosystem within LangChain. It is broken into two parts: installation and setup, and then references to specific Nebula wrappers.
Installation and Setupβ
- Get an Nebula API Key and set as environment variable
NEBULA_API_KEY
- Please see the Nebula documentation for more details.
LLMβ
There exists an Nebula LLM wrapper, which you can access with
from langchain_community.llms import Nebula
llm = Nebula()