load_chain_from_config#
- langchain.chains.loading.load_chain_from_config(config: dict, **kwargs: Any) Chain [source]#
Deprecated since version 0.2.13: This function is deprecated and will be removed in langchain 1.0. At that point chains must be imported from their respective modules.
Load chain from Config Dict.
- Parameters:
config (dict)
kwargs (Any)
- Return type: