This connector enables AI agents and RAG systems to retrieve context from Google Slides through Airweave’s unified search layer.
Google Slides source connector integrates with Google Drive API.
Connects to your Google Drive account to retrieve Google Slides presentations. Presentations are exported as PDF and processed through Airweave’s file processing pipeline to enable full-text semantic search across presentation content.
Mirrors the Google Drive connector approach - treats Google Slides presentations as regular files that get processed through the standard file processing pipeline.
The connector handles:
This connector uses OAuth 2.0 with custom credentials. You need to provide your OAuth application’s Client ID and Client Secret, then complete the OAuth consent flow.
This connector does not have any additional configuration options.
The following data models are available for this connector:
Schema for a Google Slides presentation.
Represents a Google Slides presentation retrieved via the Google Drive API. The presentation content is exported as PDF and processed through Airweave’s file processing pipeline to create searchable chunks.
Reference: https://developers.google.com/slides/api/reference/rest/v1/presentations https://developers.google.com/drive/api/v3/reference/files
Schema for a Google Slides slide.
Represents an individual slide within a Google Slides presentation. This entity captures slide-specific metadata and content for detailed indexing and search capabilities.
Reference: https://developers.google.com/slides/api/reference/rest/v1/presentations.pages