unstructured-ingest 1.2.19__py3-none-any.whl → 1.2.20__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/processes/connectors/weaviate/weaviate.py +4 -1
- {unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/METADATA +1 -1
- {unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/RECORD +7 -7
- {unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/WHEEL +0 -0
- {unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/entry_points.txt +0 -0
- {unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.2.
|
|
1
|
+
__version__ = "1.2.20" # pragma: no cover
|
|
@@ -220,7 +220,10 @@ class WeaviateUploader(VectorDBUploader, ABC):
|
|
|
220
220
|
|
|
221
221
|
def precheck(self) -> None:
|
|
222
222
|
try:
|
|
223
|
-
self.connection_config.get_client()
|
|
223
|
+
with self.connection_config.get_client():
|
|
224
|
+
# Connection test successful - client is available but not needed
|
|
225
|
+
pass
|
|
226
|
+
|
|
224
227
|
# only if collection name populated should we check that it exists
|
|
225
228
|
if self.upload_config.collection and not self._collection_exists():
|
|
226
229
|
raise DestinationConnectionError(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
unstructured_ingest/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35
|
|
2
|
-
unstructured_ingest/__version__.py,sha256=
|
|
2
|
+
unstructured_ingest/__version__.py,sha256=Pdja1_o8e6JpSf-TeByWFjU__bYevO5KzeHUxo8T00k,43
|
|
3
3
|
unstructured_ingest/error.py,sha256=chM7zQSTKjaKaQt_2_QkoZDUwY5XPNeACML7JqOWRLY,4036
|
|
4
4
|
unstructured_ingest/errors_v2.py,sha256=chM7zQSTKjaKaQt_2_QkoZDUwY5XPNeACML7JqOWRLY,4036
|
|
5
5
|
unstructured_ingest/logger.py,sha256=7e_7UeK6hVOd5BQ6i9NzRUAPCS_DF839Y8TjUDywraY,1428
|
|
@@ -214,7 +214,7 @@ unstructured_ingest/processes/connectors/weaviate/__init__.py,sha256=1Vnz8hm_Cf3
|
|
|
214
214
|
unstructured_ingest/processes/connectors/weaviate/cloud.py,sha256=QEUfnrGMaDH7IS-jkxIBynez8F0xpzzVqg0yDOx8D6k,6294
|
|
215
215
|
unstructured_ingest/processes/connectors/weaviate/embedded.py,sha256=buizqBd6PSbd9VgRrOj43GZEorBpDFkUIkE6sN9emhw,3008
|
|
216
216
|
unstructured_ingest/processes/connectors/weaviate/local.py,sha256=4fgZsL9dgnWuaSNqVlKROm-S3Ql3naLmKvigLBgUQdw,2195
|
|
217
|
-
unstructured_ingest/processes/connectors/weaviate/weaviate.py,sha256=
|
|
217
|
+
unstructured_ingest/processes/connectors/weaviate/weaviate.py,sha256=dlnf1J2lRsk7DNIl1EzFDviHced2Lqy_J879TOwi_14,13769
|
|
218
218
|
unstructured_ingest/processes/connectors/zendesk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
219
219
|
unstructured_ingest/processes/connectors/zendesk/client.py,sha256=21NS12u3ECubqgiyTvfuFUDUQs-zWWz75xXGr_wDGIU,12028
|
|
220
220
|
unstructured_ingest/processes/connectors/zendesk/zendesk.py,sha256=4sM6tKmgtgd2VacBtYlSfkxUF6vDb3raeoh1jHuI-tQ,9364
|
|
@@ -235,8 +235,8 @@ unstructured_ingest/utils/pydantic_models.py,sha256=BT_j15e4rX40wQbt8LUXbqfPhA3r
|
|
|
235
235
|
unstructured_ingest/utils/string_and_date_utils.py,sha256=oXOI6rxXq-8ncbk7EoJK0WCcTXWj75EzKl8pfQMID3U,2522
|
|
236
236
|
unstructured_ingest/utils/table.py,sha256=WZechczgVFvlodUWFcsnCGvBNh1xRm6hr0VbJTPxKAc,3669
|
|
237
237
|
unstructured_ingest/utils/tls.py,sha256=Ra8Mii1F4VqErRreg76PBI0eAqPBC009l0sSHa8FdnA,448
|
|
238
|
-
unstructured_ingest-1.2.
|
|
239
|
-
unstructured_ingest-1.2.
|
|
240
|
-
unstructured_ingest-1.2.
|
|
241
|
-
unstructured_ingest-1.2.
|
|
242
|
-
unstructured_ingest-1.2.
|
|
238
|
+
unstructured_ingest-1.2.20.dist-info/METADATA,sha256=rOV604bWq0Bi2Uqmmpg8q4ll8YGHrtJ7CsqN4susyXI,8889
|
|
239
|
+
unstructured_ingest-1.2.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
240
|
+
unstructured_ingest-1.2.20.dist-info/entry_points.txt,sha256=gUAAFnjFPnBgThJSEbw0N5ZjxtaKlT1s9e05_arQrNw,70
|
|
241
|
+
unstructured_ingest-1.2.20.dist-info/licenses/LICENSE.md,sha256=SxkKP_62uIAKb9mb1eH7FH4Kn2aYT09fgjKpJt5PyTk,11360
|
|
242
|
+
unstructured_ingest-1.2.20.dist-info/RECORD,,
|
|
File without changes
|
{unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{unstructured_ingest-1.2.19.dist-info → unstructured_ingest-1.2.20.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|