Skip to content

LangChain Adapter

The LangChain Adapter allows Lanarky users to build microservices using the LangChain framework.

To enable this adapter, install lanarky with extra dependencies:

pip install lanarky[langchain]

Tip

LangChain is an LLM tooling framework to construct LLM chains and agents using LLM providers such OpenAI, Anthropic, etc. Visit their Python SDK documentation for more information.

Here's an overview of the supported features:

Additionally, we will cover some advanced topics: