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.
- test/integration/connectors/databricks/test_volumes_native.py +10 -6
- test/integration/connectors/discord/test_discord.py +4 -4
- test/integration/connectors/duckdb/test_duckdb.py +3 -2
- test/integration/connectors/duckdb/test_motherduck.py +2 -2
- test/integration/connectors/elasticsearch/test_elasticsearch.py +8 -7
- test/integration/connectors/elasticsearch/test_opensearch.py +8 -7
- test/integration/connectors/sql/test_postgres.py +9 -3
- test/integration/connectors/sql/test_singlestore.py +9 -3
- test/integration/connectors/sql/test_snowflake.py +9 -3
- test/integration/connectors/sql/test_sqlite.py +9 -3
- test/integration/connectors/test_astradb.py +25 -9
- test/integration/connectors/test_azure_ai_search.py +3 -4
- test/integration/connectors/test_chroma.py +4 -6
- test/integration/connectors/test_confluence.py +3 -5
- test/integration/connectors/test_delta_table.py +4 -6
- test/integration/connectors/test_lancedb.py +3 -3
- test/integration/connectors/test_milvus.py +10 -5
- test/integration/connectors/test_mongodb.py +9 -9
- test/integration/connectors/test_neo4j.py +16 -8
- test/integration/connectors/test_notion.py +7 -0
- test/integration/connectors/test_onedrive.py +2 -4
- test/integration/connectors/test_pinecone.py +5 -6
- test/integration/connectors/test_qdrant.py +5 -4
- test/integration/connectors/test_redis.py +3 -3
- test/integration/connectors/test_s3.py +7 -6
- test/integration/connectors/test_vectara.py +2 -2
- test/integration/connectors/utils/constants.py +6 -0
- test/integration/connectors/utils/docker.py +2 -2
- test/integration/connectors/weaviate/test_cloud.py +5 -0
- test/integration/connectors/weaviate/test_local.py +2 -2
- unstructured_ingest/__version__.py +1 -1
- unstructured_ingest/v2/processes/connectors/neo4j.py +12 -12
- {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/METADATA +18 -18
- {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/RECORD +38 -38
- {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/LICENSE.md +0 -0
- {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/WHEEL +0 -0
- {unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/entry_points.txt +0 -0
- {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.
|
|
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:
|
|
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=
|
|
9
|
-
test/integration/connectors/test_azure_ai_search.py,sha256=
|
|
10
|
-
test/integration/connectors/test_chroma.py,sha256=
|
|
11
|
-
test/integration/connectors/test_confluence.py,sha256=
|
|
12
|
-
test/integration/connectors/test_delta_table.py,sha256=
|
|
13
|
-
test/integration/connectors/test_lancedb.py,sha256=
|
|
14
|
-
test/integration/connectors/test_milvus.py,sha256=
|
|
15
|
-
test/integration/connectors/test_mongodb.py,sha256=
|
|
16
|
-
test/integration/connectors/test_neo4j.py,sha256=
|
|
17
|
-
test/integration/connectors/test_notion.py,sha256=
|
|
18
|
-
test/integration/connectors/test_onedrive.py,sha256=
|
|
19
|
-
test/integration/connectors/test_pinecone.py,sha256=
|
|
20
|
-
test/integration/connectors/test_qdrant.py,sha256=
|
|
21
|
-
test/integration/connectors/test_redis.py,sha256=
|
|
22
|
-
test/integration/connectors/test_s3.py,sha256=
|
|
23
|
-
test/integration/connectors/test_vectara.py,sha256=
|
|
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=
|
|
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=
|
|
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=
|
|
31
|
-
test/integration/connectors/duckdb/test_motherduck.py,sha256=
|
|
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=
|
|
35
|
-
test/integration/connectors/elasticsearch/test_opensearch.py,sha256=
|
|
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=
|
|
38
|
-
test/integration/connectors/sql/test_singlestore.py,sha256=
|
|
39
|
-
test/integration/connectors/sql/test_snowflake.py,sha256=
|
|
40
|
-
test/integration/connectors/sql/test_sqlite.py,sha256=
|
|
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=
|
|
43
|
-
test/integration/connectors/utils/docker.py,sha256=
|
|
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=
|
|
53
|
-
test/integration/connectors/weaviate/test_local.py,sha256=
|
|
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
|
|
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=
|
|
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.
|
|
553
|
-
unstructured_ingest-0.3.
|
|
554
|
-
unstructured_ingest-0.3.
|
|
555
|
-
unstructured_ingest-0.3.
|
|
556
|
-
unstructured_ingest-0.3.
|
|
557
|
-
unstructured_ingest-0.3.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
{unstructured_ingest-0.3.13.dist-info → unstructured_ingest-0.3.14.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|