How to Build Your Knowledge Graph
The Knowledge Graph is a 2D visual canvas that shows how your captured nodes relate to each other. Connections (edges) are created automatically based on semantic similarity, or manually by you.
Automatic Edge Creation​
Every time you capture a new node, Project Nexus:
- Generates a text embedding (vector) for the node's content.
- Queries the database for existing nodes with a cosine similarity score above 0.8.
- Automatically creates edges between the new node and its semantic neighbors.
You do not need to do anything for this to work — just keep capturing.
Viewing the Graph​
- Navigate to the Graph tab in the dashboard.
- The canvas renders all your nodes as draggable bubbles connected by edges.
- Use scroll to zoom and click-drag to pan.
Navigating Large Graphs​
When you have many nodes, the graph renders a local cluster by default:
- Only nodes within 2 degrees of separation from the selected node are shown.
- This prevents performance issues with large graphs (threshold: 500+ nodes).
To change the focus cluster, click any node in the graph to select it.
Inspecting a Node​
Click any node in the graph to open the Node Inspector panel on the right side. It shows:
- The node's title and URL.
- The AI-generated summary.
- Entity tags attached to the node.
- All connected edges (with edge labels where available).
- Buttons to open the original URL or delete the node.
Creating Manual Edges​
You can draw a connection between any two nodes manually:
- In the Graph tab, switch to Link mode by clicking the Link icon in the toolbar.
- Click the source node.
- Click the target node.
- The edge is created and labelled as a manual link.
Deleting a Manual Edge​
- Select the manual edge you want to remove by clicking it.
- Click the Delete Edge option that appears in the inspector or toolbar.
note
Automatic (AI-generated) edges cannot be manually deleted. Only edges created in Link mode can be removed.
Graph Toolbar​
| Tool | Description |
|---|---|
| Select (cursor) | Click nodes to inspect them; drag to pan. |
| Link (chain icon) | Click two nodes to create a manual edge between them. |
| Controls | Zoom in/out, fit view, lock/unlock node positions. |
| MiniMap | Overview of the full graph. Click to navigate. |