langchain.js
Preparing search index...
@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
top
K
Properties
Optional
attribute
Filter
attributeFilter
?:
AttributeFilter
Optional
client
Options
clientOptions
?:
KendraClientConfig
index
Id
indexId
:
string
region
region
:
string
top
K
topK
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attribute
Filter
client
Options
index
Id
region
top
K
langchain.js
Loading...
Interface for the arguments required to initialize an AmazonKendraRetriever instance.