We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb1c65 commit 95040dbCopy full SHA for 95040db
libs/langchain-mongodb/langchain_mongodb/graphrag/graph.py
@@ -633,11 +633,6 @@ def view(
633
We first convert the entity collection to a NetworkX Graph,
634
and then convert it to a Holoviews Graph via their API.
635
636
- Both of these libraries are incredibly feature rich.
637
- We encourage those interested in visualization and/or graph analysis
638
- to dig deeper into their documentation.
639
- The customization options are truly stunning.
640
-
641
The default layout chosen is the spring_layout.
642
This maximizes the distance between nodes. As our entities have a type field,
643
however, another good layout choice might be
0 commit comments