Interface ExaRetrieverFields<T>

Interface for the fields required during the initialization of a ExaRetriever instance. It extends the BaseRetrieverInput interface and adds a client field of type Exa.

Type Parameters

  • T extends ContentsOptions = {
        text: true;
    }

Hierarchy

Properties

Properties

client: Exa
searchArgs?: BaseSearchOptions & {} & T

Type declaration

    Generated using TypeDoc