langchain.js
    Preparing search index...

    Interface for the arguments required to create a new instance of DataberryRetriever.

    interface DataberryRetrieverArgs {
        apiKey?: string;
        datastoreUrl: string;
        topK?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiKey?: string
    datastoreUrl: string
    topK?: number