Skip to main content
This notebook provides a quick overview for getting started with LangSmithLoader document loaders. For detailed documentation of all LangSmithLoader features and configurations head to the API reference.

Overview

Integration details

ClassPackageLocalSerializablePY support
LangSmithLoader@langchain/corebeta

Loader features

SourceWeb LoaderNode Envs Only
LangSmithLoader

Setup

To access the LangSmith document loader you’ll need to install @langchain/core, create a LangSmith account and get an API key.

Credentials

Sign up at langsmith.com and generate an API key. Once you’ve done this set the LANGSMITH_API_KEY environment variable:

Installation

The LangSmithLoader integration lives in the @langchain/core package:

Create example dataset

For this example, we’ll create a new dataset which we’ll use in our document loader.

Load


API reference

For detailed documentation of all LangSmithLoader features and configurations head to the API reference