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/graphs
Tomaz Bratanic d3a2b9fae0
Fix neo4j type error on missing constraint information (#24177)
If you use `refresh_schema=False`, then the metadata constraint doesn't
exist. ATM, we used default `None` in the constraint check, but then
`any` fails because it can't iterate over None value
2 months ago
..
__init__.py community[patch]: Add unit test to verify that init is correctly defined (#22030) 4 months ago
age_graph.py community[minor]: import fix (#20995) 5 months ago
arangodb_graph.py infra: rm unused # noqa violations (#22049) 4 months ago
falkordb_graph.py community: switch to falkordb python client (#20229) 6 months ago
graph_document.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
graph_store.py docs: community docstring updates (#21040) 5 months ago
gremlin_graph.py docs: community docstring updates (#21040) 5 months ago
hugegraph.py community[minor]: import fix (#20995) 5 months ago
index_creator.py langchain[patch],community[minor]: Move graph index creator (#20795) 5 months ago
kuzu_graph.py community[patch]: Resolve KuzuQAChain API Changes (#16885) 7 months ago
memgraph_graph.py community[patch]: Update Memgraph support (#16360) 8 months ago
nebula_graph.py community[minor]: import fix (#20995) 5 months ago
neo4j_graph.py Fix neo4j type error on missing constraint information (#24177) 2 months ago
neptune_graph.py docs: community docstring updates (#21040) 5 months ago
neptune_rdf_graph.py community[minor]: import fix (#20995) 5 months ago
networkx_graph.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
ontotext_graphdb_graph.py community[minor]: import fix (#20995) 5 months ago
rdf_graph.py community[minor]: import fix (#20995) 5 months ago
tigergraph_graph.py community: `tigergraph` fixes (#20034) 5 months ago