This knowledge graph visualization tool aims to help you visualize and explore knowledge graphs directly in your browser. The goal is to provide an intuitive and user-friendly interface to explore knowledge graphs and discover relations.
Kg-vis offers several key features that make it a powerful and effective solution for exploring and visualizing knowledge graphs:
Install the dependencies with npm install and start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version:
npm run build
You can preview the production build with npm run preview.
| Key | Action |
|---|---|
| CTRL+F | Search/toggle filters |
| Delete | Remove a node |
| CTRL+ALT+N | Open “Add-Node” |
| ALT+S | Open “Settings” |
| CTRL+S | Open “Export” |
| SHIFT+S | Stabilize graph |
| SHIFT+F | Add filter |
| CTRL+I | Open “Information” |
| CTRL+Z/Y | Undo/Redo |