Spaces:
Sleeping
Sleeping
Update data_processing.py
Browse files- data_processing.py +1 -0
data_processing.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import uuid
|
| 3 |
import json
|
|
|
|
| 4 |
from typing import List, Dict
|
| 5 |
from unstructured.partition.pdf import partition_pdf
|
| 6 |
from unstructured.chunking.title import chunk_by_title
|
|
|
|
| 1 |
import os
|
| 2 |
import uuid
|
| 3 |
import json
|
| 4 |
+
import concurrent.futures
|
| 5 |
from typing import List, Dict
|
| 6 |
from unstructured.partition.pdf import partition_pdf
|
| 7 |
from unstructured.chunking.title import chunk_by_title
|