Skip to content

Commit

Permalink
fix: missing part to update collection name!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jun 3, 2024
1 parent 8bbf90c commit 330526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/query_engine/gdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 330526a

Please sign in to comment.