v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
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
,
unknown
>
)
;
llmChain
:
LLMChain
<
string
,
any
>
;
}
Index
Properties
get
Input
llm
Chain
Properties
get
Input
get
Input
:
(
(
query
:
string
,
doc
:
DocumentInterface
)
=>
Record
<
string
,
unknown
>
)
llm
Chain
llm
Chain
:
LLMChain
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
Input
llm
Chain
LangChain.js - v0.2.10
Loading...
Interface for the arguments required to create an instance of LLMChainExtractor.