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

client: Exa
callbacks?: Callbacks
metadata?: Record<string, unknown>
searchArgs?: BaseSearchOptions & {} & T

Type declaration

    tags?: string[]
    verbose?: boolean

    Generated using TypeDoc