Overview
Integration details
Class | Package | Local | Serializable | JS support |
---|---|---|---|---|
LangSmithLoader | langchain-core | ❌ | ❌ | ❌ |
Loader features
Source | Lazy loading | Native async |
---|---|---|
LangSmithLoader | ✅ | ❌ |
Setup
To access the LangSmith document loader you’ll need to installlangchain-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
Installlangchain-core
: