Interface BaseRetrieverInterface

Base interface implemented by all runnables. Used for cross-compatibility between different versions of LangChain core.

Should not change on patch releases.

Hierarchy

Implemented by

Methods

  • Parameters

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

  • Parameters

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

  • Parameters

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

Generated using TypeDoc