Omkar008 commited on
Commit
5220f4b
·
verified ·
1 Parent(s): 1670ab1

Update extract_and_store_supabase.py

Browse files
Files changed (1) hide show
  1. extract_and_store_supabase.py +1 -1
extract_and_store_supabase.py CHANGED
@@ -133,6 +133,6 @@ def extract_structure_store_message(user_id:str,message_id:str , attachment_id:s
133
  # .execute()
134
  # )
135
  # print(insert_data_response)
136
-
137
  except Exception as e:
138
  print(f"Error downloading or encoding file: {e}")
 
133
  # .execute()
134
  # )
135
  # print(insert_data_response)
136
+ return document_entities
137
  except Exception as e:
138
  print(f"Error downloading or encoding file: {e}")