QAGenerateChain()Generate LLM result from inputs.
Generate LLM result from inputs.
Prepare prompts from inputs.
Prepare prompts from inputs.
Utilize the LLM generate method for speed gains.
Utilize the LLM generate method for speed gains.
Create outputs from response.
Format prompt with kwargs and pass to LLM.
Format prompt with kwargs and pass to LLM.
Call predict and then parse the results.
Call apredict and then parse the results.
Call apply and then parse the results.
Call apply and then parse the results.
Create LLMChain from LLM and template.
Optional memory object.
[DEPRECATED] Use callbacks instead.
The keys to use for the output.
LLM Chain for generating examples for question answering.
Set the chain verbosity.