Google Meet
The Google Meet connector brings meeting recordings and their participants into the graph. It stays current through a webhook.
Entities
| Entity | Represents | Key fields |
|---|---|---|
google_meet | A meeting recording or session | name, uri, start_time, modified_time |
google_user | A person | user_id (id), name, email |
Relationships
| Relation | Target |
|---|---|
organized_by | google_user |
attended_by | google_user |
Exposing for linking
Google Meet does not expose entities for other sources to reference by id. A meeting still connects across domains through what is said in it: when its transcript mentions an identifier another source exposes, Virgo links the meeting to that work. See Cross-domain linking.
Customization
Transcripts are long and conversational, so Google Meet ships custom chunking and entity extraction hooks tuned for meeting content.
Related
- Connector framework: how a connector like this is defined.
- Chunks and Retrievers.