Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
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}")
|