unstructured-ingest 0.3.13__py3-none-any.whl → 0.3.14__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.

Files changed (38) hide show
  1. test/integration/connectors/databricks/test_volumes_native.py +10 -6
  2. test/integration/connectors/discord/test_discord.py +4 -4
  3. test/integration/connectors/duckdb/test_duckdb.py +3 -2
  4. test/integration/connectors/duckdb/test_motherduck.py +2 -2
  5. test/integration/connectors/elasticsearch/test_elasticsearch.py +8 -7
  6. test/integration/connectors/elasticsearch/test_opensearch.py +8 -7
  7. test/integration/connectors/sql/test_postgres.py +9 -3
  8. test/integration/connectors/sql/test_singlestore.py +9 -3
  9. test/integration/connectors/sql/test_snowflake.py +9 -3
  10. test/integration/connectors/sql/test_sqlite.py +9 -3
  11. test/integration/connectors/test_astradb.py +25 -9
  12. test/integration/connectors/test_azure_ai_search.py +3 -4
  13. test/integration/connectors/test_chroma.py +4 -6
  14. test/integration/connectors/test_confluence.py +3 -5
  15. test/integration/connectors/test_delta_table.py +4 -6
  16. test/integration/connectors/test_lancedb.py +3 -3
  17. test/integration/connectors/test_milvus.py +10 -5
  18. test/integration/connectors/test_mongodb.py +9 -9
  19. test/integration/connectors/test_neo4j.py +16 -8
  20. test/integration/connectors/test_notion.py +7 -0
  21. test/integration/connectors/test_onedrive.py +2 -4
  22. test/integration/connectors/test_pinecone.py +5 -6
  23. test/integration/connectors/test_qdrant.py +5 -4
  24. test/integration/connectors/test_redis.py +3 -3
  25. test/integration/connectors/test_s3.py +7 -6
  26. test/integration/connectors/test_vectara.py +2 -2
  27. test/integration/connectors/utils/constants.py +6 -0
  28. test/integration/connectors/utils/docker.py +2 -2
  29. test/integration/connectors/weaviate/test_cloud.py +5 -0
  30. test/integration/connectors/weaviate/test_local.py +2 -2
  31. unstructured_ingest/__version__.py +1 -1
  32. unstructured_ingest/v2/processes/connectors/neo4j.py +12 -12
  33. {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/METADATA +18 -18
  34. {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/RECORD +38 -38
  35. {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/LICENSE.md +0 -0
  36. {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/WHEEL +0 -0
  37. {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/entry_points.txt +0 -0
  38. {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unstructured-ingest
3
- Version: 0.3.13
3
+ Version: 0.3.14
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,14 +22,14 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
22
22
  Requires-Python: >=3.9.0,<3.14
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE.md
25
- Requires-Dist: ndjson
26
- Requires-Dist: tqdm
27
- Requires-Dist: pydantic>=2.7
28
- Requires-Dist: click
29
25
  Requires-Dist: python-dateutil
30
26
  Requires-Dist: pandas
27
+ Requires-Dist: tqdm
31
28
  Requires-Dist: dataclasses-json
32
29
  Requires-Dist: opentelemetry-sdk
30
+ Requires-Dist: click
31
+ Requires-Dist: ndjson
32
+ Requires-Dist: pydantic>=2.7
33
33
  Provides-Extra: airtable
34
34
  Requires-Dist: pyairtable; extra == "airtable"
35
35
  Provides-Extra: astradb
@@ -43,8 +43,8 @@ Provides-Extra: bedrock
43
43
  Requires-Dist: boto3; extra == "bedrock"
44
44
  Requires-Dist: aioboto3; extra == "bedrock"
45
45
  Provides-Extra: biomed
46
- Requires-Dist: bs4; extra == "biomed"
47
46
  Requires-Dist: requests; extra == "biomed"
47
+ Requires-Dist: bs4; extra == "biomed"
48
48
  Provides-Extra: box
49
49
  Requires-Dist: boxfs; extra == "box"
50
50
  Requires-Dist: fsspec; extra == "box"
@@ -62,8 +62,8 @@ Requires-Dist: unstructured[tsv]; extra == "csv"
62
62
  Provides-Extra: databricks-volumes
63
63
  Requires-Dist: databricks-sdk; extra == "databricks-volumes"
64
64
  Provides-Extra: delta-table
65
- Requires-Dist: deltalake; extra == "delta-table"
66
65
  Requires-Dist: boto3; extra == "delta-table"
66
+ Requires-Dist: deltalake; extra == "delta-table"
67
67
  Provides-Extra: discord
68
68
  Requires-Dist: discord.py; extra == "discord"
69
69
  Provides-Extra: doc
@@ -71,8 +71,8 @@ Requires-Dist: unstructured[docx]; extra == "doc"
71
71
  Provides-Extra: docx
72
72
  Requires-Dist: unstructured[docx]; extra == "docx"
73
73
  Provides-Extra: dropbox
74
- Requires-Dist: dropboxdrivefs; extra == "dropbox"
75
74
  Requires-Dist: fsspec; extra == "dropbox"
75
+ Requires-Dist: dropboxdrivefs; extra == "dropbox"
76
76
  Provides-Extra: duckdb
77
77
  Requires-Dist: duckdb; extra == "duckdb"
78
78
  Provides-Extra: elasticsearch
@@ -91,12 +91,12 @@ Requires-Dist: voyageai; extra == "embed-voyageai"
91
91
  Provides-Extra: epub
92
92
  Requires-Dist: unstructured[epub]; extra == "epub"
93
93
  Provides-Extra: gcs
94
- Requires-Dist: gcsfs; extra == "gcs"
95
94
  Requires-Dist: bs4; extra == "gcs"
96
95
  Requires-Dist: fsspec; extra == "gcs"
96
+ Requires-Dist: gcsfs; extra == "gcs"
97
97
  Provides-Extra: github
98
- Requires-Dist: requests; extra == "github"
99
98
  Requires-Dist: pygithub>1.58.0; extra == "github"
99
+ Requires-Dist: requests; extra == "github"
100
100
  Provides-Extra: gitlab
101
101
  Requires-Dist: python-gitlab; extra == "gitlab"
102
102
  Provides-Extra: google-drive
@@ -121,20 +121,20 @@ Requires-Dist: pymongo; extra == "mongodb"
121
121
  Provides-Extra: msg
122
122
  Requires-Dist: unstructured[msg]; extra == "msg"
123
123
  Provides-Extra: neo4j
124
- Requires-Dist: neo4j; extra == "neo4j"
125
124
  Requires-Dist: cymple; extra == "neo4j"
126
125
  Requires-Dist: networkx; extra == "neo4j"
126
+ Requires-Dist: neo4j; extra == "neo4j"
127
127
  Provides-Extra: notion
128
- Requires-Dist: htmlBuilder; extra == "notion"
128
+ Requires-Dist: backoff; extra == "notion"
129
129
  Requires-Dist: notion-client; extra == "notion"
130
+ Requires-Dist: htmlBuilder; extra == "notion"
130
131
  Requires-Dist: httpx; extra == "notion"
131
- Requires-Dist: backoff; extra == "notion"
132
132
  Provides-Extra: odt
133
133
  Requires-Dist: unstructured[odt]; extra == "odt"
134
134
  Provides-Extra: onedrive
135
135
  Requires-Dist: bs4; extra == "onedrive"
136
- Requires-Dist: msal; extra == "onedrive"
137
136
  Requires-Dist: Office365-REST-Python-Client; extra == "onedrive"
137
+ Requires-Dist: msal; extra == "onedrive"
138
138
  Provides-Extra: openai
139
139
  Requires-Dist: openai; extra == "openai"
140
140
  Requires-Dist: tiktoken; extra == "openai"
@@ -143,8 +143,8 @@ Requires-Dist: opensearch-py; extra == "opensearch"
143
143
  Provides-Extra: org
144
144
  Requires-Dist: unstructured[org]; extra == "org"
145
145
  Provides-Extra: outlook
146
- Requires-Dist: msal; extra == "outlook"
147
146
  Requires-Dist: Office365-REST-Python-Client; extra == "outlook"
147
+ Requires-Dist: msal; extra == "outlook"
148
148
  Provides-Extra: pdf
149
149
  Requires-Dist: unstructured[pdf]; extra == "pdf"
150
150
  Provides-Extra: pinecone
@@ -176,23 +176,23 @@ Provides-Extra: sftp
176
176
  Requires-Dist: paramiko; extra == "sftp"
177
177
  Requires-Dist: fsspec; extra == "sftp"
178
178
  Provides-Extra: sharepoint
179
- Requires-Dist: msal; extra == "sharepoint"
180
179
  Requires-Dist: Office365-REST-Python-Client; extra == "sharepoint"
180
+ Requires-Dist: msal; extra == "sharepoint"
181
181
  Provides-Extra: singlestore
182
182
  Requires-Dist: singlestoredb; extra == "singlestore"
183
183
  Provides-Extra: slack
184
184
  Requires-Dist: slack-sdk[optional]; extra == "slack"
185
185
  Provides-Extra: snowflake
186
- Requires-Dist: snowflake-connector-python; extra == "snowflake"
187
186
  Requires-Dist: psycopg2-binary; extra == "snowflake"
187
+ Requires-Dist: snowflake-connector-python; extra == "snowflake"
188
188
  Provides-Extra: togetherai
189
189
  Requires-Dist: together; extra == "togetherai"
190
190
  Provides-Extra: tsv
191
191
  Requires-Dist: unstructured[tsv]; extra == "tsv"
192
192
  Provides-Extra: vectara
193
193
  Requires-Dist: requests; extra == "vectara"
194
- Requires-Dist: httpx; extra == "vectara"
195
194
  Requires-Dist: aiofiles; extra == "vectara"
195
+ Requires-Dist: httpx; extra == "vectara"
196
196
  Provides-Extra: weaviate
197
197
  Requires-Dist: weaviate-client; extra == "weaviate"
198
198
  Provides-Extra: wikipedia
@@ -5,42 +5,42 @@ test/integration/chunkers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
5
5
  test/integration/chunkers/test_chunkers.py,sha256=USkltQN_mVVCxI0FkJsrS1gnLXlVr-fvsc0tPaK2sWI,1062
6
6
  test/integration/connectors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  test/integration/connectors/conftest.py,sha256=vYs4WDlCuieAwwErkJxCk4a1lGvr3qpeiAm-YaDznSo,1018
8
- test/integration/connectors/test_astradb.py,sha256=D_M8DvfHi36sp4irPQ5tTRxf0ujYenn_q-h0DU_lkzU,7201
9
- test/integration/connectors/test_azure_ai_search.py,sha256=EGV-G_Lq3h6pHhhmmQGWjIU1Mgsqg3ICZSgF0z3lZZs,9608
10
- test/integration/connectors/test_chroma.py,sha256=KQCzBJsOHAOtg0Ehp0tNtuYchFtiSmhHDKyOju33kJg,3686
11
- test/integration/connectors/test_confluence.py,sha256=adJxIggjuO-jgMimBZdv_AqWeBFlQoodELucIYwWC98,3546
12
- test/integration/connectors/test_delta_table.py,sha256=xsnJmwlWVQrccYeAtpt2lm0DYm2jGxiKXeERQXqCDCM,6884
13
- test/integration/connectors/test_lancedb.py,sha256=U2HfIrf6iJ7lYMn-vz0j-LesVyDY-jc9QrQhlJVhG9Q,9183
14
- test/integration/connectors/test_milvus.py,sha256=aRT5SpJHY4NA8pG_LcVTJwYwvLw2W_OOE-NIfDq03SE,7015
15
- test/integration/connectors/test_mongodb.py,sha256=UZ4eo61MisCw4s0p7HWaediN7M-lSddMDs71RFgdmJs,12347
16
- test/integration/connectors/test_neo4j.py,sha256=Esiq_Z9k1JLrWNXPmLBsX3LLwyEozwKoxX7iwMEJjRM,8252
17
- test/integration/connectors/test_notion.py,sha256=eNYJOMxSWJENsh6e79sFtuC1cVJRDWevO4ctshHN-sU,5087
18
- test/integration/connectors/test_onedrive.py,sha256=Bp9Ayv59JnfsjSwqbQ-zYvg-XAPGgZfKJ45Asc0y1bM,3808
19
- test/integration/connectors/test_pinecone.py,sha256=suPFi40d6rHXurQQLIpCzW5XRTdgzlP-f-KLPhGCUHo,10208
20
- test/integration/connectors/test_qdrant.py,sha256=hyuqSJDaylkQVxWh7byD8jo8bwPuBxSa8MWRD3sBu-Y,7906
21
- test/integration/connectors/test_redis.py,sha256=Q_KAZPNE9NIoRN2UsbXtc1fe_aJg66RbSQtS3OKNpc0,4327
22
- test/integration/connectors/test_s3.py,sha256=eA77LubtIhu6jkTrZ-rHIaJD2v9DTNhrkRcR7nmwi5g,7343
23
- test/integration/connectors/test_vectara.py,sha256=_FQHbhxL3f1rLV9MrHOvcljm_4qTVf5xl-Q7MplE_xs,8688
8
+ test/integration/connectors/test_astradb.py,sha256=2DNNNum7cTKjsRvYaCu4doAGjhSN8vl-iHprFMDfQgk,7951
9
+ test/integration/connectors/test_azure_ai_search.py,sha256=MxFwk84vI_HT4taQTGrNpJ8ewGPqHSGrx626j8hC_Pw,9695
10
+ test/integration/connectors/test_chroma.py,sha256=NuQv0PWPM0_LQfdPeUd6IYKqaKKXWmVaHGWjq5aBfOY,3721
11
+ test/integration/connectors/test_confluence.py,sha256=nVNeJ3ucLsQsj4Yo8QEyARVOnYy7HVxa_m7IHaIFtnM,3594
12
+ test/integration/connectors/test_delta_table.py,sha256=4qm2Arfc9Eb7SOZOnOlLF-vNpHy6Eqvr5Q45svfX1PY,6911
13
+ test/integration/connectors/test_lancedb.py,sha256=8MBxK_CUtOt87-4B7svDDK82NFII5psceo5cNN8HJMs,9228
14
+ test/integration/connectors/test_milvus.py,sha256=7mI6zznN0PTxDL9DLogH1k3dxx6R8DgGzlpyevsFu2w,7173
15
+ test/integration/connectors/test_mongodb.py,sha256=0A6DvF-iTCSZzOefisd_i20j9li8uNWTF2wyLGwlhco,12446
16
+ test/integration/connectors/test_neo4j.py,sha256=r4TRYtTXeeOdcRcfa_gvslhSKvoIWrwN1FRJ5XRoH4k,8456
17
+ test/integration/connectors/test_notion.py,sha256=ueXyVqYWzP4LuZYe6PauptkXNG6qkoV3srltFOSSKTA,5403
18
+ test/integration/connectors/test_onedrive.py,sha256=TcMaa5BIp8J6engS4UZ2t19WQP0NNz2rkpBB47m7A3Y,3835
19
+ test/integration/connectors/test_pinecone.py,sha256=nzHwftPt-dPX4H5OrAJ6bs9qqOSOcfJL9jVEcWSPAqo,10325
20
+ test/integration/connectors/test_qdrant.py,sha256=Yme3ZZ5zIbaZ-yYLUqN2oy0hsrcAfvlleRLYWMSYeSE,8049
21
+ test/integration/connectors/test_redis.py,sha256=1aKwOb-K4zCxZwHmgW_WzGJwqLntbWTbpGQ-rtUwN9o,4360
22
+ test/integration/connectors/test_s3.py,sha256=E1dypeag_E3OIfpQWIz3jb7ctRHRD63UtyTrzyvJzpc,7473
23
+ test/integration/connectors/test_vectara.py,sha256=4kKOOTGUjeZw2jKRcgVDI7ifbRPRZfjjVO4d_7H5C6I,8710
24
24
  test/integration/connectors/databricks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- test/integration/connectors/databricks/test_volumes_native.py,sha256=5gE6v5I3gRK_Xc9OORm4BL0JDJAQpegzvjdqPlLwDuE,9434
25
+ test/integration/connectors/databricks/test_volumes_native.py,sha256=KqiapQAV0s_Zv0CO8BwYoiCk30dwrSZzuigUWNRIem0,9559
26
26
  test/integration/connectors/discord/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- test/integration/connectors/discord/test_discord.py,sha256=u1VxwlkHC1QTlfGjNvseQ1j94lUe_SAz-I1cAYl_YwY,3100
27
+ test/integration/connectors/discord/test_discord.py,sha256=DDvlOA0lnojMigoCNnKUBUusV_Y0nI4q9lGnlb1gAQA,3176
28
28
  test/integration/connectors/duckdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  test/integration/connectors/duckdb/conftest.py,sha256=rlBHMJTiJ2a5xbvIxTOyhhcuTBc9DO-yTzD6Kf8X3hY,301
30
- test/integration/connectors/duckdb/test_duckdb.py,sha256=tZfHJYNILVqwT20XD-aJUFZ67TnJvHLpfAxNvNiE51o,2891
31
- test/integration/connectors/duckdb/test_motherduck.py,sha256=45anpo0bhbHJh84jOIoKULKrneCMSoq7GuFaBy-HS7g,3206
30
+ test/integration/connectors/duckdb/test_duckdb.py,sha256=jGxmZhnWwoSf63EHftAejXqNY8zhe4S-yGzZzB1ZAWY,2979
31
+ test/integration/connectors/duckdb/test_motherduck.py,sha256=vqR3uL3Cs6Cfl7ItCoMljvHmTUbci36YDslu6rswVjA,3224
32
32
  test/integration/connectors/elasticsearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  test/integration/connectors/elasticsearch/conftest.py,sha256=-i4_7MkIxSQENz7nuD2uHuhGU9mZ33vpeTPhHtRpQfs,989
34
- test/integration/connectors/elasticsearch/test_elasticsearch.py,sha256=Lm8topVssTsqcI8H2Tzohuxb9j-CFHv9orM6WfAqCZw,11933
35
- test/integration/connectors/elasticsearch/test_opensearch.py,sha256=fWpZrhzRiVpm9AOlZvgZRCjyXSYvWG7-8j06x-HR3PY,11311
34
+ test/integration/connectors/elasticsearch/test_elasticsearch.py,sha256=TsSEPsyaTUoEvFBadinrdM0b5C4FoUtEwCv24OUbpO8,12072
35
+ test/integration/connectors/elasticsearch/test_opensearch.py,sha256=7b7z0GqoBsBqA3IK35N6axmwEMjzJ1l3Fg2WT2c7uqs,11450
36
36
  test/integration/connectors/sql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- test/integration/connectors/sql/test_postgres.py,sha256=DXyHMZBQgrV2HyVflkoBpT1mewSnvw3ugoHtGR5o8OM,6876
38
- test/integration/connectors/sql/test_singlestore.py,sha256=pzCPo8IW3c9VH-f3UdJS5MjPjkHarJPSepAxV0ZVajo,6059
39
- test/integration/connectors/sql/test_snowflake.py,sha256=MiTzepeeJlv147CyzCGyd16MRk5QeUw4g4L3TTi5gVY,7400
40
- test/integration/connectors/sql/test_sqlite.py,sha256=rSkjv3KpslAvt_8LQecJUT0lOLtuZSvhtlW2deJovLI,5862
37
+ test/integration/connectors/sql/test_postgres.py,sha256=bGDyzLRpgrXO7nl0U8nF2zSNr6ykUG-w8T4daIqUCG4,6970
38
+ test/integration/connectors/sql/test_singlestore.py,sha256=XeU2s4Kt_3tGyaDYYKTgYjdOyb8j2dnz4TgSMwFUjWs,6153
39
+ test/integration/connectors/sql/test_snowflake.py,sha256=LEwsRDoC6-rRiwYsqeo5B9Eo6RYygLLGAUsrtrgI9pM,7494
40
+ test/integration/connectors/sql/test_sqlite.py,sha256=MHvhFRx1y_LTgfS-aPz-Zn9yOGsm-TF_s0t1seBzV1k,5956
41
41
  test/integration/connectors/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
- test/integration/connectors/utils/constants.py,sha256=0zSPnsZVqJuNhXduXvdXFQLZTRIQa5Fo_1qjBYVCfb8,209
43
- test/integration/connectors/utils/docker.py,sha256=8uOTJ3AVG1dxK4OiLvOLfRxL_TsYQX2KKCID9TZ7-Ac,4995
42
+ test/integration/connectors/utils/constants.py,sha256=JhTk6YNw7JVpkk-Pl8zn2YYkExeL1oE9VBWm_kMYGfo,369
43
+ test/integration/connectors/utils/docker.py,sha256=4g1STiSbYN5qcmDTXyPxVJgwx97O6wk7n-DJ-zgzgag,4971
44
44
  test/integration/connectors/utils/docker_compose.py,sha256=GVTB6Cel05c0VQ2n4AwkQQx_cBfz13ZTs1HpbaYipNU,2223
45
45
  test/integration/connectors/utils/validation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  test/integration/connectors/utils/validation/destination.py,sha256=ZvMSvqz9in35xaoUJGx9rG8oWCU3FYlfLLQ6sfdI0pw,2649
@@ -49,8 +49,8 @@ test/integration/connectors/utils/validation/source.py,sha256=VALU5ms_JBu_eFkp2W
49
49
  test/integration/connectors/utils/validation/utils.py,sha256=xYYvAbqP6_lZyH09_JjB4w2Sf8aQPvDVT5vZTs05ILs,1428
50
50
  test/integration/connectors/weaviate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
51
  test/integration/connectors/weaviate/conftest.py,sha256=6Q6QdrLJmGHowRFSmoVSzup2EX6qASfS2Z5tqlpTm9M,387
52
- test/integration/connectors/weaviate/test_cloud.py,sha256=07VxNRxWWcgTstFfpoZ1FlVnEhcBnQlo5nosWKjKz_4,979
53
- test/integration/connectors/weaviate/test_local.py,sha256=SK6iEwQUKiCd0X99BEk8GlQoLaCcJcFPt09NN526Ct0,4508
52
+ test/integration/connectors/weaviate/test_cloud.py,sha256=U1ZS6a7wTPX7h3XGvaJHaT-Uwg4IeGgzxx1YBywgVhM,1284
53
+ test/integration/connectors/weaviate/test_local.py,sha256=bSJwS6rWxPf3BoOXKzZi2AOuT51py9V3tao6IBy1Rgk,4538
54
54
  test/integration/embedders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  test/integration/embedders/conftest.py,sha256=B2W771RbijR7G_GybsCzRyIvOzXqzbKZdRIlNDd5AGY,334
56
56
  test/integration/embedders/test_azure_openai.py,sha256=6tFpKFBFRXD49imhhRzsvy3MPtuZ4L1PtnKyMVBRAqc,1808
@@ -96,7 +96,7 @@ test/unit/v2/partitioners/test_partitioner.py,sha256=iIYg7IpftV3LusoO4H8tr1IHY1U
96
96
  test/unit/v2/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
97
  test/unit/v2/utils/data_generator.py,sha256=UoYVNjG4S4wlaA9gceQ82HIpF9_6I1UTHD1_GrQBHp0,973
98
98
  unstructured_ingest/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35
99
- unstructured_ingest/__version__.py,sha256=-DFDA_b8O_Ur3J_Y_DIl2WMm2x49cF3ddoY_tPbNlUM,43
99
+ unstructured_ingest/__version__.py,sha256=F6lwOpOsFNj6MPWAGEZBkXIqf1jekdFZ5wZw3drsib8,43
100
100
  unstructured_ingest/error.py,sha256=qDncnJgbf5ils956RcO2CGlAKYDT5OaEM9Clv1JVTNc,1448
101
101
  unstructured_ingest/interfaces.py,sha256=OYVUP0bzBJpT-Lz92BDyz_hLBvyfxkuSwWHhUdnUayA,31493
102
102
  unstructured_ingest/logger.py,sha256=S5nSqGcABoQyeicgRnBQFjDScCaTvFVivOCvbo-laL0,4479
@@ -424,7 +424,7 @@ unstructured_ingest/v2/processes/connectors/kdbai.py,sha256=VRDAiou_7oWOIAgQTdOG
424
424
  unstructured_ingest/v2/processes/connectors/local.py,sha256=ZvWTj6ZYkwnvQMNFsZWoaQyp9zp0WVqAywMaHJ2kcAc,7153
425
425
  unstructured_ingest/v2/processes/connectors/milvus.py,sha256=wmcu9NVy3gYlQGT25inN5w_QrhFoL8-hRq0pJFSNw8g,8866
426
426
  unstructured_ingest/v2/processes/connectors/mongodb.py,sha256=cL0QUQZF_s2brh3nNNeAywXVpaIiND4b5JTAFlYjLjw,14273
427
- unstructured_ingest/v2/processes/connectors/neo4j.py,sha256=QTw_Kq1_kHMdqsaBST6yW8vl-SYXVQFlIofDP1W_IuI,14250
427
+ unstructured_ingest/v2/processes/connectors/neo4j.py,sha256=HU1IwchTM7Q1kkeIFVe-Lg6gInMItBpgkDkVwuTvkGY,14259
428
428
  unstructured_ingest/v2/processes/connectors/onedrive.py,sha256=d6gC40YmfqBNXxizAt4MO4OOu5BoCZ7SAe1AbNwTP0E,18322
429
429
  unstructured_ingest/v2/processes/connectors/outlook.py,sha256=KgNGM8hImRhy6_SpswRP2VwRD4VOrqqJoySgxf2oduI,9290
430
430
  unstructured_ingest/v2/processes/connectors/pinecone.py,sha256=cohF7gBj0opSGKXlENSdGfTtyIKMHd1pwu4ydeb7JAY,10605
@@ -549,9 +549,9 @@ unstructured_ingest/v2/processes/connectors/weaviate/cloud.py,sha256=bXtfEYLquR-
549
549
  unstructured_ingest/v2/processes/connectors/weaviate/embedded.py,sha256=S8Zg8StuZT-k7tCg1D5YShO1-vJYYk9-M1bE1fIqx64,3014
550
550
  unstructured_ingest/v2/processes/connectors/weaviate/local.py,sha256=LuTBKPseVewsz8VqxRPRLfGEm3BeI9nBZxpy7ZU5tOA,2201
551
551
  unstructured_ingest/v2/processes/connectors/weaviate/weaviate.py,sha256=X1yv1H_orDQ-J965EMXhR2XaURqe8vovSi9n1fk85B4,10499
552
- unstructured_ingest-0.3.13.dist-info/LICENSE.md,sha256=SxkKP_62uIAKb9mb1eH7FH4Kn2aYT09fgjKpJt5PyTk,11360
553
- unstructured_ingest-0.3.13.dist-info/METADATA,sha256=RixQYNz-MYaC8p8BWxHv12aeOosZeetLkJ3mkHjzhL4,7813
554
- unstructured_ingest-0.3.13.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
555
- unstructured_ingest-0.3.13.dist-info/entry_points.txt,sha256=gUAAFnjFPnBgThJSEbw0N5ZjxtaKlT1s9e05_arQrNw,70
556
- unstructured_ingest-0.3.13.dist-info/top_level.txt,sha256=DMuDMHZRMdeay8v8Kdi855muIv92F0OkutvBCaBEW6M,25
557
- unstructured_ingest-0.3.13.dist-info/RECORD,,
552
+ unstructured_ingest-0.3.14.dist-info/LICENSE.md,sha256=SxkKP_62uIAKb9mb1eH7FH4Kn2aYT09fgjKpJt5PyTk,11360
553
+ unstructured_ingest-0.3.14.dist-info/METADATA,sha256=PiIp0oqW-sia84q3v0SXUGy-Oh0fzUZCmZqBogsg7qA,7813
554
+ unstructured_ingest-0.3.14.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
555
+ unstructured_ingest-0.3.14.dist-info/entry_points.txt,sha256=gUAAFnjFPnBgThJSEbw0N5ZjxtaKlT1s9e05_arQrNw,70
556
+ unstructured_ingest-0.3.14.dist-info/top_level.txt,sha256=DMuDMHZRMdeay8v8Kdi855muIv92F0OkutvBCaBEW6M,25
557
+ unstructured_ingest-0.3.14.dist-info/RECORD,,