v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.5
LangChain.js
langchain/retrievers/multi_query
MultiQueryRetrieverInput
Interface MultiQueryRetrieverInput
interface
MultiQueryRetrieverInput
{
llmChain
:
LLMChain
<
LineList
,
any
>
;
retriever
:
BaseRetrieverInterface
;
documentCompressor
?:
BaseDocumentCompressor
;
documentCompressorFilteringFn
?:
(
(
docs
)
=>
MultiDocs
)
;
parserKey
?:
string
;
queryCount
?:
number
;
}
Hierarchy (
view full
)
Toolkit
MultiQueryRetrieverInput
Index
Properties
llm
Chain
retriever
document
Compressor?
document
Compressor
Filtering
Fn?
parser
Key?
query
Count?
Properties
llm
Chain
llm
Chain
:
LLMChain
<
LineList
,
any
>
retriever
retriever
:
BaseRetrieverInterface
Optional
document
Compressor
document
Compressor
?:
BaseDocumentCompressor
Optional
document
Compressor
Filtering
Fn
document
Compressor
Filtering
Fn
?:
(
(
docs
)
=>
MultiDocs
)
Type declaration
(
docs
)
:
MultiDocs
Parameters
docs
:
MultiDocs
Returns
MultiDocs
Optional
parser
Key
parser
Key
?:
string
Optional
query
Count
query
Count
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
llm
Chain
retriever
document
Compressor
document
Compressor
Filtering
Fn
parser
Key
query
Count
LangChain.js - v0.2.5
langchain-anthropic
langchain-azure-openai
langchain-cloudflare
langchain-cohere
langchain-community
agents/toolkits
aws_sfn
base
connery
caches
cloudflare_kv
ioredis
momento
upstash_redis
callbacks/handlers
llmonitor
lunary
upstash_ratelimit
chains/graph_qa/cypher
chat_models
alibaba_tongyi
Loading...
Generated using
TypeDoc