Class representing a document loader for loading search results from the SearchApi. It extends the BaseDocumentLoader class.

Hierarchy

Constructors

Methods

  • Processes the response data from the SearchApi search request and converts it into an array of Documents.

    Parameters

    • data: Record<string, unknown>

      The response data from the SearchApi search request.

    Returns Document<Record<string, any>>[]

    An array of Documents.

Generated using TypeDoc