Overview
Knowledge Graph is a unified knowledge structure that connects glossaries, databases, and Knowledge Bases into a single graph. It lets AI agents automatically understand which table column maps to a business term, and which document context relates to it.Problems Knowledge Graph Solves
When you use glossaries, databases, and Knowledge Bases separately, the agent can’t connect meanings.Use Case
Three Information Sources
Creating a Knowledge Graph
Create a new Knowledge Graph

Knowledge Graph list
Enter name and description
Open the detail page
Knowledge Graph Detail Page

Knowledge Graph detail page
Statistics Cards
Three statistics cards appear at the top.LLM Model Setting
Use the “LLM Model” dropdown at the bottom right of the card area to pick the LLM model used to build the Knowledge Graph. It’s used for category definition generation, Knowledge Base document matching, AI tool description auto-generation, and more.Knowledge Links
A Knowledge Link is the core structure of a Knowledge Graph. Bundles 1 glossary + N Knowledge Bases into one link to automatically connect meanings between terms and documents.Link Structure
Add a Link
Click Add Knowledge Link
Pick a glossary
Pick Database / Knowledge Bases
Pick Knowledge Base filter slots to extract (optional)
Sync after creation
Nodes and Edges Created by a Link
- Glossary → Nodes
- Database → Nodes
- Knowledge Base → Nodes
Promoting Knowledge Base Filters to Knowledge Graph Nodes
Knowledge Base filter values (country, category, department, etc.) can be lifted directly into the graph as nodes for use in retrieval, exploration, and agent routing. Because no LLM call is made, structured metadata flows into the graph at zero cost.Open Node Settings on the Knowledge Graph Link card
Select filters to promote
Save → applied on next sync
Doc Attribute nodes, and each document is connected to the values it holds via edges.How It Works
Link Detail View
Expand each Knowledge Link card to see column-mapping status per DB table.- Table groups: Grouped by table within the connected DB
- Column mappings: Column name, data type, PK/FK indicators, mapped category, term count
- Matched documents: Count of documents matched with the Knowledge Base
Sync
After connecting resources, you must run sync to actually create the nodes and edges.Sync Methods
Full Sync Flow
Tracking Progress
- When sync starts, the button changes to “Syncing…”
- Real-time toast notifications appear on completion/failure
- Duplicate runs are blocked when sync is already in progress
Sync Time
Graph Exploration
Graph Visualization
On the Knowledge Graph detail page, toggle “Show graph” to display an interactive graph view.
Graph visualization
How to Interact
Node Types and Colors
Node Detail Panel
Click a node to show the detail panel on the right.- Property table: Node properties (label, type, description)
- Connections list: Neighbor nodes connected to this node (direction arrow + edge type + neighbor info)
- Click a neighbor node to navigate to it
Node List
Browse all nodes as a list in the left panel.- Search: Search by node label (server-side, fast even on large graphs)
- Type filter: All types / Column / Concept / Database / Doc Attribute / Document / Glossary / Knowledge Base / Table / Term
- Pagination: Navigate 20 at a time
Semantic Search
In the Semantic Search section of the Knowledge Graph detail page, search nodes in natural language.- Returns the most relevant nodes by vector similarity, with scores
- Each result shows a node-type badge and similarity score
Agent Integration
The real power of the Knowledge Graph comes when connected to an agent.Connect a Knowledge Graph to an Agent
In the agent edit page’s Knowledge Graph section, pick the Knowledge Graph to use.
Connect a Knowledge Graph to an agent
7 Knowledge Graph Tools
Agents with a Knowledge Graph connected automatically gain access to these 7 tools.fetch_data automatically falls back to related document search when 0 rows are returned. Combines data and document lookup into one tool.Tool Tester
Before connecting to an agent, test each tool directly in the “Try KG Tools” section.Open the tool tester
Pick a tool and run
Review results
Node Management
Node Type Summary
FAQ
What's the difference between Knowledge Graph and Glossary?
What's the difference between Knowledge Graph and Glossary?
What's the difference between Knowledge Graph and DbSphere (Database)?
What's the difference between Knowledge Graph and DbSphere (Database)?
Sync takes too long
Sync takes too long
- Glossary/DB sync: Seconds to minutes (fast)
- Knowledge Base entity extraction: Minutes to hours, proportional to document count
Sync failed
Sync failed
- DB-related errors: Check that DbSphere schema extraction succeeded first
- Knowledge Base extraction errors: Verify LLM model setting and API key
- Duplicate runs are blocked while sync is in progress — retry shortly
I'm worried about LLM costs
I'm worried about LLM costs
- Connect only the Knowledge Bases you need
- Even with just glossaries and DBs,
resolve_termandfind_related_tableswork fine
Can I connect multiple Knowledge Graphs to one agent?
Can I connect multiple Knowledge Graphs to one agent?
