Skip to main content

Langchain

LangChain is an open-source framework that helps developers build applications powered by Large Language Models (LLMs), by providing tools to connect models with data, APIs, and external systems. Langchain docs
Langchain + Nebius Token Factory docs

Prerequisites

  1. Create an API key to authorize requests to Nebius Token Factory.
  2. Save the API key into a NEBIUS_API_KEY environment variable:
  3. Install the langchain package:

Chat Models

Embedding Models

Retrievers