LangSmithLoader features and configurations head to the API reference.
Overview
Integration details
Loader features
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 theLANGSMITH_API_KEY environment variable:
Installation
TheLangSmithLoader 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 allLangSmithLoader features and configurations head to the API reference