🔗 Knowledge Graph

Manage entities, relationships, and knowledge queries. The Knowledge Graph provides a structured way to store and query interconnected information.

📊

Dashboard

🔷

Entities

Manage knowledge entities - the nodes in your knowledge graph:

🔗

Relationships

Define connections between entities:

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