mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
0c553d2064
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
5 lines
128 B
Python
5 lines
128 B
Python
"""Graph implementations."""
|
|
from langchain.graphs.networkx_graph import NetworkxEntityGraph
|
|
|
|
__all__ = ["NetworkxEntityGraph"]
|