mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-14 02:43:32 +00:00
- **Description:**
1. Added add_node(), remove_node(), has_node(), remove_edge(),
has_edge() and get_neighbors() functions in
NetworkxEntityGraph class.
2. Added the above functions in graph_networkx_qa.ipynb documentation.
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide