v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/core
document_loaders/langsmith
LangSmithLoaderFields
Interface LangSmithLoaderFields
interface
LangSmithLoaderFields
{
asOf
?:
string
|
Date
;
client
?:
Client
;
clientConfig
?:
ClientConfig
;
contentKey
?:
string
;
datasetId
?:
string
;
datasetName
?:
string
;
exampleIds
?:
string
[]
;
filter
?:
string
;
formatContent
?:
(
(
content
:
any
)
=>
string
)
;
inlineS3Urls
?:
boolean
;
limit
?:
number
;
metadata
?:
KVMap
;
offset
?:
number
;
splits
?:
string
[]
;
}
Index
Properties
as
Of?
client?
client
Config?
content
Key?
dataset
Id?
dataset
Name?
example
Ids?
filter?
format
Content?
inline
S3
Urls?
limit?
metadata?
offset?
splits?
Properties
Optional
as
Of
as
Of
?:
string
|
Date
Optional
client
client
?:
Client
Optional
client
Config
client
Config
?:
ClientConfig
Optional
content
Key
content
Key
?:
string
Optional
dataset
Id
dataset
Id
?:
string
Optional
dataset
Name
dataset
Name
?:
string
Optional
example
Ids
example
Ids
?:
string
[]
Optional
filter
filter
?:
string
Optional
format
Content
format
Content
?:
(
(
content
:
any
)
=>
string
)
Optional
inline
S3
Urls
inline
S3
Urls
?:
boolean
Optional
limit
limit
?:
number
Optional
metadata
metadata
?:
KVMap
Optional
offset
offset
?:
number
Optional
splits
splits
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
Of
client
client
Config
content
Key
dataset
Id
dataset
Name
example
Ids
filter
format
Content
inline
S3
Urls
limit
metadata
offset
splits
LangChain.js
Loading...