Overview
Entity is a feature for managing named entities such as people, companies, products, and places mentioned in your project. Named entities in Knowledge, Episodes, and Topics are automatically detected and extracted, then centrally managed. This enables searches like “all information related to this person” or “all documents mentioning this company.”Entities are extracted automatically. Simply register Knowledge or Topics, and the named entities they contain are automatically detected and registered as Entities via the Entities API.
What You Can Do with Entities
Person-Centric Search
Get “all information related to John” instantly. Search across meeting notes, documents, and conversations
Visualize Org Structure
Who is CEO of which company? Which company is a subsidiary of whom? Understand relationships at a glance
Handle Name Variations
“John Smith”, “Mr. Smith”, “John” all recognized as the same person. No more missed search results
Automatic Tagging
Just register documents, and people/companies mentioned are automatically tagged
Entity Types
| Type | Description | Examples |
|---|---|---|
person | People | John Smith, 山田太郎 |
company | Companies/Organizations | Google, Acme Corp |
product | Products/Services | iPhone, Slack |
place | Places | Tokyo, Silicon Valley |
other | Others | Project names, etc. |
Aliases
When the same Entity has multiple names, you can register them as aliases.Entity Linking
Entities are linked to the following data types.Linking with Knowledge
Entities in Knowledge content are automatically detected and linked. This enables:- Listing all Knowledge related to a specific Entity
- Highlighting Entity mentions within Knowledge
Linking with Episodes & Topics
Entities appearing in conversations (Episodes) and Topics are similarly linked.Entity Relations
Entities can have typed relationships. 13 relation types are available, allowing you to accurately model complex organizational structures.| Relation Type | Description | Example |
|---|---|---|
CEO_OF | Is CEO of | John Smith → Acme Corp |
CTO_OF | Is CTO of | Jane Doe → Acme Corp |
FOUNDER_OF | Founded | Elon Musk → SpaceX |
WORKS_AT | Works at | Alice → Google |
SUBSIDIARY_OF | Is subsidiary of | ABC Labs → Acme Corp |
PARTNER_OF | Partner relationship | Acme Corp → DEF Inc |
COMPETITOR_OF | Competes with | Slack → Teams |
INVESTOR_IN | Invests in | VC Fund A → StartupXYZ |
LOCATED_IN | Located in | Acme Corp → Tokyo |
DEVELOPED_BY | Developed by | iPhone → Apple |
ACQUIRED_BY | Acquired by | Instagram → Meta |
SUPPLIES_TO | Supplies to | TSMC → Apple |
RELATED_TO | Other relation | General-purpose relation |
Duplicate Detection and Merging
Similar Entities (e.g., “Acme Corp” and “Acme Corporation”) are automatically detected and can be merged. When merged, all links are automatically migrated.Use Cases
- People Management
- Competitive Analysis
- Project Management
Cross-search “all information about this person” across meeting notes, documents, and conversations.
Next Steps
Data Types
About Knowledge, Episodes, and Topics
Knowledge API
Knowledge API reference

