Usage
Build Your First Graph
- Upload PDFs on the Corpus tab (left panel). Only
.pdf
files are accepted; they’ll be converted to.txt
for indexing. - Click “Run Index” to start the GraphRAG pipeline. Progress and logs stream in real time.
- After completion, the 3D graph appears on the right panel.
Navigate the Graph
- Rotate: drag, Zoom: scroll, Pan: right-click + drag
- Click a node to open the Inspector and view details
- Link thickness encodes relationship weight; node size reflects centrality
Search
- Use the top-right search (Cmd/Ctrl + K) to highlight matching nodes by name/description.
- The layout is not recomputed during search for stability; nodes hide/show visually.
Community Isolator
- Toggle “Community Isolator” to focus the visualization on the selected node’s hierarchy (ancestors and descendants). Nodes/links outside the hierarchy fade for clarity.
Keyboard Shortcuts
- Cmd/Ctrl + K: Focus search
- Cmd/Ctrl + Backspace: Clear search
- Esc: Clear selection
Related Topics
- Chat: ./chat
- Archives: ./archives
Last updated on