Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
@@ -25,7 +25,7 @@ def extract_structure_store_message(user_id:str,message_id:str , attachment_id:s
|
|
25 |
"skipHumanReview": True,
|
26 |
"rawDocument": {
|
27 |
"mimeType": f"application/{attachment_extension}",
|
28 |
-
"content":
|
29 |
}
|
30 |
}
|
31 |
|
|
|
25 |
"skipHumanReview": True,
|
26 |
"rawDocument": {
|
27 |
"mimeType": f"application/{attachment_extension}",
|
28 |
+
"content": base64_data
|
29 |
}
|
30 |
}
|
31 |
|