🚀 feat(langflow): add new chains to config.yaml and custom chains to interface/chains/custom.py
✨ feat(langflow): add new chains to config.yaml and custom chains to interface/chains/custom.py The following chains were added to the config.yaml file: RetrievalQA, RetrievalQAWithSourcesChain, QAWithSourcesChain, ConversationalRetrievalChain, and CombineDocsChain. These chains were added to improve the functionality of the application and provide more options for users. In addition, custom chains were added to the interface/chains/custom.py file. The CombineDocsChain was added to allow users to combine multiple documents into a single document for use in the question answering chains. The QA_CHAIN_TYPES constant was also added to the frontend_node/constants.py file to provide a list of available question answering chain types.
G
Gabriel Luiz Freitas Almeida committed
f0975ddf63fa54e8d9f46ecdc8d4b640afda0e75
Parent: c8125b3