unstructured-ingest 0.3.5__py3-none-any.whl → 0.3.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of unstructured-ingest might be problematic. Click here for more details.
- unstructured_ingest/__version__.py +1 -1
- unstructured_ingest/v2/processes/connectors/azure_ai_search.py +1 -2
- {unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/METADATA +13 -13
- {unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/RECORD +8 -8
- {unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/LICENSE.md +0 -0
- {unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/WHEEL +0 -0
- {unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/entry_points.txt +0 -0
- {unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.3.
|
|
1
|
+
__version__ = "0.3.6" # pragma: no cover
|
|
@@ -233,8 +233,7 @@ class AzureAISearchUploader(Uploader):
|
|
|
233
233
|
raise WriteError(
|
|
234
234
|
", ".join(
|
|
235
235
|
[
|
|
236
|
-
f"{error.
|
|
237
|
-
f"[{error.status_code}] {error.error_message}"
|
|
236
|
+
f"{error.key}: " f"[{error.status_code}] {error.error_message}"
|
|
238
237
|
for error in errors
|
|
239
238
|
],
|
|
240
239
|
),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unstructured-ingest
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary: A library that prepares raw documents for downstream ML tasks.
|
|
5
5
|
Home-page: https://github.com/Unstructured-IO/unstructured-ingest
|
|
6
6
|
Author: Unstructured Technologies
|
|
@@ -22,13 +22,13 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
|
22
22
|
Requires-Python: >=3.9.0,<3.13
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE.md
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist: dataclasses-json
|
|
25
|
+
Requires-Dist: python-dateutil
|
|
27
26
|
Requires-Dist: tqdm
|
|
28
|
-
Requires-Dist: opentelemetry-sdk
|
|
29
27
|
Requires-Dist: pydantic>=2.7
|
|
28
|
+
Requires-Dist: dataclasses-json
|
|
29
|
+
Requires-Dist: opentelemetry-sdk
|
|
30
|
+
Requires-Dist: pandas
|
|
30
31
|
Requires-Dist: click
|
|
31
|
-
Requires-Dist: python-dateutil
|
|
32
32
|
Provides-Extra: airtable
|
|
33
33
|
Requires-Dist: pyairtable; extra == "airtable"
|
|
34
34
|
Provides-Extra: astradb
|
|
@@ -44,15 +44,15 @@ Provides-Extra: biomed
|
|
|
44
44
|
Requires-Dist: bs4; extra == "biomed"
|
|
45
45
|
Requires-Dist: requests; extra == "biomed"
|
|
46
46
|
Provides-Extra: box
|
|
47
|
-
Requires-Dist: boxfs; extra == "box"
|
|
48
47
|
Requires-Dist: fsspec; extra == "box"
|
|
48
|
+
Requires-Dist: boxfs; extra == "box"
|
|
49
49
|
Provides-Extra: chroma
|
|
50
50
|
Requires-Dist: chromadb; extra == "chroma"
|
|
51
51
|
Provides-Extra: clarifai
|
|
52
52
|
Requires-Dist: clarifai; extra == "clarifai"
|
|
53
53
|
Provides-Extra: confluence
|
|
54
|
-
Requires-Dist: requests; extra == "confluence"
|
|
55
54
|
Requires-Dist: atlassian-python-api; extra == "confluence"
|
|
55
|
+
Requires-Dist: requests; extra == "confluence"
|
|
56
56
|
Provides-Extra: couchbase
|
|
57
57
|
Requires-Dist: couchbase; extra == "couchbase"
|
|
58
58
|
Provides-Extra: csv
|
|
@@ -69,8 +69,8 @@ Requires-Dist: unstructured[docx]; extra == "doc"
|
|
|
69
69
|
Provides-Extra: docx
|
|
70
70
|
Requires-Dist: unstructured[docx]; extra == "docx"
|
|
71
71
|
Provides-Extra: dropbox
|
|
72
|
-
Requires-Dist: dropboxdrivefs; extra == "dropbox"
|
|
73
72
|
Requires-Dist: fsspec; extra == "dropbox"
|
|
73
|
+
Requires-Dist: dropboxdrivefs; extra == "dropbox"
|
|
74
74
|
Provides-Extra: elasticsearch
|
|
75
75
|
Requires-Dist: elasticsearch[async]; extra == "elasticsearch"
|
|
76
76
|
Provides-Extra: embed-huggingface
|
|
@@ -78,8 +78,8 @@ Requires-Dist: sentence-transformers; extra == "embed-huggingface"
|
|
|
78
78
|
Provides-Extra: embed-mixedbreadai
|
|
79
79
|
Requires-Dist: mixedbread-ai; extra == "embed-mixedbreadai"
|
|
80
80
|
Provides-Extra: embed-octoai
|
|
81
|
-
Requires-Dist: tiktoken; extra == "embed-octoai"
|
|
82
81
|
Requires-Dist: openai; extra == "embed-octoai"
|
|
82
|
+
Requires-Dist: tiktoken; extra == "embed-octoai"
|
|
83
83
|
Provides-Extra: embed-vertexai
|
|
84
84
|
Requires-Dist: vertexai; extra == "embed-vertexai"
|
|
85
85
|
Provides-Extra: embed-voyageai
|
|
@@ -91,8 +91,8 @@ Requires-Dist: bs4; extra == "gcs"
|
|
|
91
91
|
Requires-Dist: fsspec; extra == "gcs"
|
|
92
92
|
Requires-Dist: gcsfs; extra == "gcs"
|
|
93
93
|
Provides-Extra: github
|
|
94
|
-
Requires-Dist: pygithub>1.58.0; extra == "github"
|
|
95
94
|
Requires-Dist: requests; extra == "github"
|
|
95
|
+
Requires-Dist: pygithub>1.58.0; extra == "github"
|
|
96
96
|
Provides-Extra: gitlab
|
|
97
97
|
Requires-Dist: python-gitlab; extra == "gitlab"
|
|
98
98
|
Provides-Extra: google-drive
|
|
@@ -119,8 +119,8 @@ Requires-Dist: unstructured[msg]; extra == "msg"
|
|
|
119
119
|
Provides-Extra: notion
|
|
120
120
|
Requires-Dist: notion-client; extra == "notion"
|
|
121
121
|
Requires-Dist: backoff; extra == "notion"
|
|
122
|
-
Requires-Dist: htmlBuilder; extra == "notion"
|
|
123
122
|
Requires-Dist: httpx; extra == "notion"
|
|
123
|
+
Requires-Dist: htmlBuilder; extra == "notion"
|
|
124
124
|
Provides-Extra: odt
|
|
125
125
|
Requires-Dist: unstructured[odt]; extra == "odt"
|
|
126
126
|
Provides-Extra: onedrive
|
|
@@ -128,8 +128,8 @@ Requires-Dist: bs4; extra == "onedrive"
|
|
|
128
128
|
Requires-Dist: Office365-REST-Python-Client; extra == "onedrive"
|
|
129
129
|
Requires-Dist: msal; extra == "onedrive"
|
|
130
130
|
Provides-Extra: openai
|
|
131
|
-
Requires-Dist: tiktoken; extra == "openai"
|
|
132
131
|
Requires-Dist: openai; extra == "openai"
|
|
132
|
+
Requires-Dist: tiktoken; extra == "openai"
|
|
133
133
|
Provides-Extra: opensearch
|
|
134
134
|
Requires-Dist: opensearch-py; extra == "opensearch"
|
|
135
135
|
Provides-Extra: org
|
|
@@ -158,8 +158,8 @@ Requires-Dist: unstructured[rst]; extra == "rst"
|
|
|
158
158
|
Provides-Extra: rtf
|
|
159
159
|
Requires-Dist: unstructured[rtf]; extra == "rtf"
|
|
160
160
|
Provides-Extra: s3
|
|
161
|
-
Requires-Dist: s3fs; extra == "s3"
|
|
162
161
|
Requires-Dist: fsspec; extra == "s3"
|
|
162
|
+
Requires-Dist: s3fs; extra == "s3"
|
|
163
163
|
Provides-Extra: salesforce
|
|
164
164
|
Requires-Dist: simple-salesforce; extra == "salesforce"
|
|
165
165
|
Provides-Extra: sftp
|
|
@@ -83,7 +83,7 @@ test/unit/v2/partitioners/test_partitioner.py,sha256=iIYg7IpftV3LusoO4H8tr1IHY1U
|
|
|
83
83
|
test/unit/v2/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
84
84
|
test/unit/v2/utils/data_generator.py,sha256=UoYVNjG4S4wlaA9gceQ82HIpF9_6I1UTHD1_GrQBHp0,973
|
|
85
85
|
unstructured_ingest/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35
|
|
86
|
-
unstructured_ingest/__version__.py,sha256=
|
|
86
|
+
unstructured_ingest/__version__.py,sha256=J7Aic1p5b4KF_ydqV36h8cvEIhTtU-IJ72bMV9mQs8w,42
|
|
87
87
|
unstructured_ingest/error.py,sha256=qDncnJgbf5ils956RcO2CGlAKYDT5OaEM9Clv1JVTNc,1448
|
|
88
88
|
unstructured_ingest/interfaces.py,sha256=OYVUP0bzBJpT-Lz92BDyz_hLBvyfxkuSwWHhUdnUayA,31493
|
|
89
89
|
unstructured_ingest/logger.py,sha256=S5nSqGcABoQyeicgRnBQFjDScCaTvFVivOCvbo-laL0,4479
|
|
@@ -398,7 +398,7 @@ unstructured_ingest/v2/processes/uncompress.py,sha256=Z_XfsITGdyaRwhtNUc7bMj5Y2j
|
|
|
398
398
|
unstructured_ingest/v2/processes/connectors/__init__.py,sha256=8M3aYYNbOkS2SYG2B_HLHMgX4V69-Oz1VqpQcRQMiVg,5167
|
|
399
399
|
unstructured_ingest/v2/processes/connectors/airtable.py,sha256=eeZJe-bBNxt5Sa-XEFCdcGeJCguJU5WN2Mv9kLp5dVQ,8917
|
|
400
400
|
unstructured_ingest/v2/processes/connectors/astradb.py,sha256=QTUQ-cv_iZi9eaXRRHQNKhtgFn-Pi20AXdSVaDFg9DM,15498
|
|
401
|
-
unstructured_ingest/v2/processes/connectors/azure_ai_search.py,sha256
|
|
401
|
+
unstructured_ingest/v2/processes/connectors/azure_ai_search.py,sha256=97HxxVvqf-80Bxb-AaBhFhMvoRl7cUjn4n-39vCAVG0,11962
|
|
402
402
|
unstructured_ingest/v2/processes/connectors/chroma.py,sha256=skrxRPHZ8y3JxNa0dt5SVitHiDQ5WVxLvY_kh2-QUrQ,8029
|
|
403
403
|
unstructured_ingest/v2/processes/connectors/confluence.py,sha256=qQApDcmPBGg4tHXwSOj4JPkAbrO9GQ4NRlaETjhp25U,7003
|
|
404
404
|
unstructured_ingest/v2/processes/connectors/couchbase.py,sha256=LbUJLt6fqaNYSmy9vUiovG-UOALMcvh8OD-gZAaf-f4,12333
|
|
@@ -461,9 +461,9 @@ unstructured_ingest/v2/processes/connectors/weaviate/cloud.py,sha256=bXtfEYLquR-
|
|
|
461
461
|
unstructured_ingest/v2/processes/connectors/weaviate/embedded.py,sha256=S8Zg8StuZT-k7tCg1D5YShO1-vJYYk9-M1bE1fIqx64,3014
|
|
462
462
|
unstructured_ingest/v2/processes/connectors/weaviate/local.py,sha256=LuTBKPseVewsz8VqxRPRLfGEm3BeI9nBZxpy7ZU5tOA,2201
|
|
463
463
|
unstructured_ingest/v2/processes/connectors/weaviate/weaviate.py,sha256=dBDC_M8GVKupl7i9UMRCZyRIUv6gTkq8bJE_SILydAc,11291
|
|
464
|
-
unstructured_ingest-0.3.
|
|
465
|
-
unstructured_ingest-0.3.
|
|
466
|
-
unstructured_ingest-0.3.
|
|
467
|
-
unstructured_ingest-0.3.
|
|
468
|
-
unstructured_ingest-0.3.
|
|
469
|
-
unstructured_ingest-0.3.
|
|
464
|
+
unstructured_ingest-0.3.6.dist-info/LICENSE.md,sha256=SxkKP_62uIAKb9mb1eH7FH4Kn2aYT09fgjKpJt5PyTk,11360
|
|
465
|
+
unstructured_ingest-0.3.6.dist-info/METADATA,sha256=JmWEiv5oO6crJ6dRAOcBrCiJI12tOonA_arMTa5HoJY,7393
|
|
466
|
+
unstructured_ingest-0.3.6.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
467
|
+
unstructured_ingest-0.3.6.dist-info/entry_points.txt,sha256=gUAAFnjFPnBgThJSEbw0N5ZjxtaKlT1s9e05_arQrNw,70
|
|
468
|
+
unstructured_ingest-0.3.6.dist-info/top_level.txt,sha256=DMuDMHZRMdeay8v8Kdi855muIv92F0OkutvBCaBEW6M,25
|
|
469
|
+
unstructured_ingest-0.3.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{unstructured_ingest-0.3.5.dist-info → unstructured_ingest-0.3.6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|