v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/aws
AmazonKendraRetrieverArgs
Interface AmazonKendraRetrieverArgs
Interface for the arguments required to initialize an AmazonKendraRetriever instance.
interface
AmazonKendraRetrieverArgs
{
attributeFilter
?:
AttributeFilter
;
clientOptions
?:
KendraClientConfig
;
indexId
:
string
;
region
:
string
;
topK
:
number
;
}
Index
Properties
attribute
Filter?
client
Options?
index
Id
region
topK
Properties
Optional
attribute
Filter
attribute
Filter
?:
AttributeFilter
Optional
client
Options
client
Options
?:
KendraClientConfig
index
Id
index
Id
:
string
region
region
:
string
topK
topK
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attribute
Filter
client
Options
index
Id
region
topK
LangChain.js
Loading...
Interface for the arguments required to initialize an AmazonKendraRetriever instance.