create_qa_with_sources_chain(
llm: BaseLanguageModel,
verbose: bool = False,
**kwargs: Any = | Name | Type | Description |
|---|---|---|
llm* | BaseLanguageModel | |
verbose | bool | Default: False |
**kwargs | Any | Default: {} |
Create a question answering chain that returns an answer with sources.
Language model to use for the chain.
Whether to print the details of the chain
Keyword arguments to pass to create_qa_with_structure_chain.