langchain
6a45bf95 - community[minor]: GraphCypherQAChain to accept additional inputs as provided by the user for cypher generation (#24300)

Commit
1 year ago
community[minor]: GraphCypherQAChain to accept additional inputs as provided by the user for cypher generation (#24300) **Description:** This PR introduces a change to the `cypher_generation_chain` to dynamically concatenate inputs. This improvement aims to streamline the input handling process and make the method more flexible. The change involves updating the arguments dictionary with all elements from the `inputs` dictionary, ensuring that all necessary inputs are dynamically appended. This will ensure that any cypher generation template will not require a new `_call` method patch. **Issue:** This PR fixes issue #24260.
Author
Parents
Loading