langchain.js
    Preparing search index...

    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

    attributeFilter?: AttributeFilter
    clientOptions?: KendraClientConfig
    indexId: string
    region: string
    topK: number