langchain.js
    Preparing search index...

    The AmazonKendraRetriever integration has been moved to the @langchain/aws package. Import from @langchain/aws instead.

    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