Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSKendraOptions ¶
type AWSKendraRetriever ¶
type AWSKendraRetriever struct {
// contains filtered or unexported fields
}
func New ¶
func New(client KendraClient, index string, optFns ...func(o *AWSKendraOptions)) *AWSKendraRetriever
func (*AWSKendraRetriever) GetRelevantDocuments ¶
type KendraClient ¶ added in v0.0.6
type KendraClient interface {
Query(ctx context.Context, params *kendra.QueryInput, optFns ...func(*kendra.Options)) (*kendra.QueryOutput, error)
}
Click to show internal directories.
Click to hide internal directories.