v0.1
v0.2
Preparing search index...
The search index is not available
LangChain.js - v0.1.37
LangChain.js
langchain-core/vectorstores
VectorStoreRetrieverInput
Type alias VectorStoreRetrieverInput<V>
Vector
Store
Retriever
Input
<
V
>
:
BaseRetrieverInput
&
(
{
vectorStore
:
V
;
filter
?:
V
[
"FilterType"
]
;
k
?:
number
;
searchType
?:
"similarity"
;
}
|
{
searchType
:
"mmr"
;
vectorStore
:
V
;
filter
?:
V
[
"FilterType"
]
;
k
?:
number
;
searchKwargs
?:
VectorStoreRetrieverMMRSearchKwargs
;
}
)
Type for input when creating a VectorStoreRetriever instance.
Type Parameters
V
extends
VectorStoreInterface
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
LangChain.js - v0.1.37
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
chat_models
alibaba_tongyi
baiduwenxin
bedrock
Loading...
Generated using
TypeDoc
Type for input when creating a VectorStoreRetriever instance.