Skip to main content

LangChain

LangChain is a framework designed for creating applications utilizing language models. With Runbear, integrating LLM applications developed with LangChain into communication channels becomes straightforward, requiring only a few lines of code.

There are several methods to integrate LangChain applications:

  • Using LangServe: LangServe is a library designed for deploying LLM applications built with LangChain.
  • Using FastAPI: LangChain applications can also be integrated with Runbear using FastAPI.

Select the method that best fits your needs.