mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-03 06:08:18 +00:00
Description: Current AGEGraph() implementation does some custom wrapping for graph queries. The method here is _wrap_query() as it parse the field from the original query to add some SQL context to it. This improves the current parsing logic to cover additional edge cases that are added to the test coverage, basically if any Node property name or value has the "return" literal in it will break the graph / SQL query. We discovered this while dealing with real world datasets, is not an uncommon scenario and I think it needs to be covered. |
||
---|---|---|
.. | ||
__init__.py | ||
test_age_graph.py | ||
test_imports.py | ||
test_neo4j_graph.py | ||
test_neptune_graph.py | ||
test_ontotext_graphdb_graph.py |