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.

概述

集成详情

Loader features

设置

要访问 the LangSmith document loader,你需要install @langchain/core, create a LangSmith account and get an API key.

凭证

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

安装

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 参考

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