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.

interface ExaRetrieverFields<T> {
    client: Exa;
    searchArgs?: BaseSearchOptions & {} & T;
}

Type Parameters

  • T extends ContentsOptions = {
        text: true;
    }

Hierarchy (view full)

Properties

Properties

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

Type declaration

    Generated using TypeDoc