diff --git a/utils/query_engine/gdrive.py b/utils/query_engine/gdrive.py index 114984e..6863941 100644 --- a/utils/query_engine/gdrive.py +++ b/utils/query_engine/gdrive.py @@ -3,5 +3,5 @@ class GDriveQueryEngine(BaseQdrantEngine): def __init__(self, community_id: str) -> None: - platform_name = "gdrive" + platform_name = "google" super().__init__(platform_name, community_id)