What problem does it solve?
Cross-meeting entity graph enables you to query who/what/when across all your meetings as structured data, surfacing co-occurrence and relationships that traditional full-text search misses. It provides a canonical index of people and topics built from frontmatter, updated incrementally, and supports fast cross-meeting insights without re-reading transcripts.
Core Features & Use Cases
- Build a persistent entity graph from meeting frontmatter (date, attendees, people slugs, tags, decisions topics) and precomputed co-occurrence data.
- Query across meetings for co-occurrence, first mentions, trends, and cross-entity relationships (people-to-people, people-to-topics, topics-to-topics).
- Optional deep extraction path for companies/products (opt-in) when queries require external entity discovery.
Quick Start
Build the index with the bundled graph_build.py script, then query the precomputed index for cross-meeting insights.