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
Leonid Ganeline 4cb5f4c353
community[patch]: import flattening fix (#20110)
This PR should make it easier for linters to do type checking and for IDEs to jump to definition of code.

See #20050 as a template for this PR.
- As a byproduct: Added 3 missed `test_imports`.
- Added missed `SolarChat` in to __init___.py Added it into test_import
ut.
- Added `# type: ignore` to fix linting. It is not clear, why linting
errors appear after ^ changes.

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
6 months ago
..
__init__.py community[patch]: import flattening fix (#20110) 6 months ago
arangodb_graph.py
falkordb_graph.py community: switch to falkordb python client (#20229) 6 months ago
graph_document.py
graph_store.py
gremlin_graph.py community[minor], langchain[minor], docs: Gremlin Graph Store and QA Chain (#17683) 7 months ago
hugegraph.py
kuzu_graph.py
memgraph_graph.py
nebula_graph.py
neo4j_graph.py community[minor]: Add the option to omit schema refresh in Neo4jGraph (#19654) 6 months ago
neptune_graph.py community[minor]: add neptune analytics graph (#20047) 6 months ago
neptune_rdf_graph.py community[minor]: Improvements for NeptuneRdfGraph, Improve discovery of graph schema using database statistics (#19546) 6 months ago
networkx_graph.py community[patch]: Added more functions in NetworkxEntityGraph class (#17624) 7 months ago
ontotext_graphdb_graph.py
rdf_graph.py community[patch]: Fix GraphSparqlQAChain so that it works with Ontotext GraphDB (#15009) 7 months ago
tigergraph_graph.py