🔀 refactor(customs.py): add load_qa_chain to CUSTOM_NODES
🔀 refactor(custom_lists.py): merge CUSTOM_AGENTS and CUSTOM_CHAINS into CUSTOM_NODES 🔀 refactor(loading.py): add instantiate_chains function to instantiate chains 🔀 refactor(base.py): add CustomChain class The changes add support for a new chain called load_qa_chain to CUSTOM_NODES. CUSTOM_AGENTS and CUSTOM_CHAINS are merged into CUSTOM_NODES. A new function called instantiate_chains is added to instantiate chains. A new class called CustomChain is added to the base.py file. This class is used to define a custom chain.
G
Gabriel Luiz Freitas Almeida committed
c8125b338675c74db132f4fc4fffae5850c18296
Parent: b5ab95c