Skip to content

Commit

Permalink
Merge pull request #71 from TogetherCrew/bugfix/69-google-param-update
Browse files Browse the repository at this point in the history
fix: missing part to update collection name!
  • Loading branch information
amindadgar authored Jun 3, 2024
2 parents b50630b + 330526a commit d5a4214
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 d5a4214

Please sign in to comment.