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

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

Hierarchy (view full)

Properties

datastoreUrl: string
apiKey?: string
topK?: number

Generated using TypeDoc