pvanand commited on
Commit
0bdfbde
·
verified ·
1 Parent(s): 8dd507f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -149,8 +149,7 @@ def get_collection_files(collection_id: str, user_id: str) -> str:
149
  # Open the table and convert to pandas
150
  table = db.open_table(collection_name)
151
  df = table.to_pandas()
152
- print(df.head())
153
-
154
 
155
  # Get unique file names
156
  unique_files = df['file_name'].unique()
 
149
  # Open the table and convert to pandas
150
  table = db.open_table(collection_name)
151
  df = table.to_pandas()
152
+ logging.info(f"fetched chunks {str(df.head())}")
 
153
 
154
  # Get unique file names
155
  unique_files = df['file_name'].unique()