Skip to main content

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​

LLM​

There exists an Nebula LLM wrapper, which you can access with

from langchain_community.llms import Nebula
llm = Nebula()

API Reference:


Help us out by providing feedback on this documentation page: