Manage entities, relationships, and knowledge queries. The Knowledge Graph provides a structured way to store and query interconnected information.
Dashboard
- 📈Overview - Visual representation of your knowledge graph
- ⚡Quick Actions - Common tasks like adding entities
- 📊Statistics - Entity and relationship counts
Entities
Manage knowledge entities - the nodes in your knowledge graph:
- ➕Add Entity - Create new knowledge entities
- ✏️Edit Entity - Modify entity properties
- 🔍Search - Find entities by name or type
Relationships
Define connections between entities:
- ➕Create Relationship - Link two entities
- 🏷️Relationship Types - Define relationship categories
- 📊Visualize - View relationship graphs
Query
Execute knowledge queries to extract insights:
Example Query
FIND (entity_type: "Person") -[:WORKS_FOR]-> (company) WHERE company.name = "AgentHub" RETURN entity.name, entity.role