Interface BaseRetrieverInterface<Metadata>

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

Should not change on patch releases.

Type Parameters

  • Metadata extends Record<string, any> = Record<string, any>

Hierarchy

Implemented by

Methods

Generated using TypeDoc