Powerpoint
Powerpoint
This connector enables AI agents and RAG systems to retrieve context from Powerpoint through Airweave’s unified search layer.
Configuration
Microsoft PowerPoint source connector integrates with the Microsoft Graph API.
Synchronizes PowerPoint presentations from Microsoft OneDrive and SharePoint. Presentations are processed through Airweave’s file handling pipeline which:
- Downloads the .pptx/.ppt/.pptm file
- Extracts text for indexing
- Chunks content for vector search
- Indexes for semantic search
It provides comprehensive access to PowerPoint presentations with proper token refresh and rate limiting.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
PowerPointPresentationEntity
Schema for a Microsoft PowerPoint presentation as a file entity.
Represents PowerPoint presentations (.pptx, .ppt, .pptm) stored in OneDrive/SharePoint. Extends FileEntity to leverage Airweave’s file processing.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/driveitem