CotQAEvalChain()Evaluate question answering examples and predictions.
Prompt object to use.
Language model to call.
Output parser to use.
Whether to return only the final parsed result.
Will be whatever keys the prompt expects.
Will always return text key.
Optional memory object.
Optional list of callback handlers (or callback manager).
Whether or not run in verbose mode. In verbose mode, some intermediate logs
Optional list of tags associated with the chain.
Optional metadata associated with the chain.
[DEPRECATED] Use callbacks instead.
Keys expected to be in the chain input.
Keys expected to be in the chain output.
LLM Chain for evaluating QA using chain of thought reasoning.
Utilize the LLM generate method for speed gains.
Set the chain verbosity.