Skip to content

Commit b63321e

Browse files
raphael-intuglesujayintugle
authored andcommitted
added semantic model visualize to docs
1 parent 50925cd commit b63321e

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docsite/docs/core-concepts/semantic-intelligence/semantic-model.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,15 @@ Returns a DataFrame that serves as a consolidated business glossary, listing the
166166
# Get a single, unified business glossary
167167
full_glossary = sm.glossary_df
168168
print(full_glossary.head())
169-
```
169+
```
170+
171+
## Visualizing the Knowledge Graph
172+
173+
After the link prediction stage has run, you can visualize the connections between your datasets as a knowledge graph.
174+
175+
```python
176+
# Display the knowledge graph
177+
sm.visualize()
178+
```
179+
180+
This will render a graph where each node represents a table and each edge represents a discovered link between them, providing a clear, high-level view of your data's structure.

0 commit comments

Comments
 (0)