langchain.js
Preparing search index...
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
,
unknown
>
;
llmChain
:
LLMChain
;
}
Index
Properties
get
Input
llm
Chain
Properties
get
Input
getInput
:
(
query
:
string
,
doc
:
DocumentInterface
)
=>
Record
<
string
,
unknown
>
llm
Chain
llmChain
:
LLMChain
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.