Spaces:
Sleeping
Sleeping
Update extract_and_store_supabase.py
Browse files
extract_and_store_supabase.py
CHANGED
|
@@ -73,7 +73,7 @@ def extract_structure_store_message(user_id:str,message_id:str , attachment_id:s
|
|
| 73 |
|
| 74 |
print(document_entities)
|
| 75 |
insert_data_response = response = (
|
| 76 |
-
supabase.table("
|
| 77 |
.insert(document_entities)
|
| 78 |
.execute()
|
| 79 |
)
|
|
|
|
| 73 |
|
| 74 |
print(document_entities)
|
| 75 |
insert_data_response = response = (
|
| 76 |
+
supabase.table("document_ai_entities")
|
| 77 |
.insert(document_entities)
|
| 78 |
.execute()
|
| 79 |
)
|