langchain/libs/community/tests/unit_tests/graphs
German Martin d5d18c62b3
community: Apache AGE wrapper additional edge cases. (#28151)
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.
2024-12-16 11:28:01 -05:00
..
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_age_graph.py community: Apache AGE wrapper additional edge cases. (#28151) 2024-12-16 11:28:01 -05:00
test_imports.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
test_neo4j_graph.py comunity[patch]: Fix neo4j sanitizing values (#18750) 2024-03-07 19:21:52 -08:00
test_neptune_graph.py community[minor], langchian[minor]: Add Neptune Rdf graph and chain (#16650) 2024-02-12 21:30:20 -08:00
test_ontotext_graphdb_graph.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00