mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-09 01:00:01 +00:00
**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. |
||
---|---|---|
.. | ||
__init__.py | ||
arangodb.py | ||
base.py | ||
cypher_utils.py | ||
cypher.py | ||
falkordb.py | ||
gremlin.py | ||
hugegraph.py | ||
kuzu.py | ||
nebulagraph.py | ||
neptune_cypher.py | ||
neptune_sparql.py | ||
ontotext_graphdb.py | ||
prompts.py | ||
sparql.py |