Skip to content

Commit

Permalink
Update packages/ragbits-document-search/src/ragbits/document_search/d…
Browse files Browse the repository at this point in the history
…ocuments/sources.py

Co-authored-by: Mateusz Hordyński <[email protected]>
  • Loading branch information
akotyla and mhordynski authored Sep 25, 2024
1 parent 3798a54 commit 366aade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_id(self) -> str:
Returns:
Unique identifier.
"""
return f"bucket_name: {self.bucket}\nobject_name: {self.object_name}"
return f"gcs:gs://{self.bucket}/{self.object_name}"

async def fetch(self) -> Path:
"""
Expand Down

0 comments on commit 366aade

Please sign in to comment.