You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/chains/graph_qa
Rafael Pereira 6a45bf9554
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.
2 months ago
..
__init__.py multiple: langchain 0.2 in master (#21191) 5 months ago
arangodb.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
base.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
cypher.py community[minor]: GraphCypherQAChain to accept additional inputs as provided by the user for cypher generation (#24300) 2 months ago
cypher_utils.py multiple: langchain 0.2 in master (#21191) 5 months ago
falkordb.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
gremlin.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
hugegraph.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
kuzu.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
nebulagraph.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
neptune_cypher.py multiple: langchain 0.2 in master (#21191) 5 months ago
neptune_sparql.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
ontotext_graphdb.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
prompts.py [community][graph]: Update KuzuQAChain and docs (#21218) 4 months ago
sparql.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago