langchain.js
    Preparing search index...

    Interface for the parameters that can be passed to the WikipediaQueryRun constructor.

    interface WikipediaQueryRunParams {
        baseUrl?: string;
        maxDocContentLength?: number;
        topKResults?: number;
    }
    Index

    Properties

    baseUrl?: string
    maxDocContentLength?: number
    topKResults?: number