Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community[minor]: GraphCypherQAChain to accept additional inputs as p…
…rovided 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.
- Loading branch information