use ConversationalRetrievalQAChain instead.

Hierarchy (view full)

Implements

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Invoke the chain with the provided input and returns the output.

    Parameters

    • input: ChainValues

      Input values for the chain run.

    • Optionaloptions: any

    Returns Promise<ChainValues>

    Promise that resolves with the output of the chain run.