feat(indexer): export Google Drive indexer function

This commit is contained in:
CREDO23 2025-12-28 15:55:46 +02:00
parent 501d08f2f4
commit 7b8900d51f

View file

@ -35,6 +35,7 @@ from .elasticsearch_indexer import index_elasticsearch_documents
from .github_indexer import index_github_repos
from .google_calendar_indexer import index_google_calendar_events
from .google_gmail_indexer import index_google_gmail_messages
from .google_drive_indexer import index_google_drive_files
from .jira_indexer import index_jira_issues
# Issue tracking and project management
@ -57,6 +58,7 @@ __all__ = [ # noqa: RUF022
"index_github_repos",
# Calendar and scheduling
"index_google_calendar_events",
"index_google_drive_files",
"index_luma_events",
"index_jira_issues",
# Issue tracking and project management