v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
langchain
retrievers/document_compressors/chain_extract
LLMChainExtractorArgs
Interface LLMChainExtractorArgs
Interface for the arguments required to create an instance of LLMChainExtractor.
interface
LLMChainExtractorArgs
{
getInput
:
(
(
query
:
string
,
doc
:
DocumentInterface
<
Record
<
string
,
any
>
>
)
=>
Record
<
string
,
unknown
>
)
;
llmChain
:
LLMChain
<
string
,
LLMType
>
;
}
Index
Properties
get
Input
llm
Chain
Properties
get
Input
get
Input
:
(
(
query
:
string
,
doc
:
DocumentInterface
<
Record
<
string
,
any
>
>
)
=>
Record
<
string
,
unknown
>
)
llm
Chain
llm
Chain
:
LLMChain
<
string
,
LLMType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Input
llm
Chain
LangChain.js
Loading...
Interface for the arguments required to create an instance of LLMChainExtractor.