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