Unstructured-IO / unstructured

Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
https://www.unstructured.io/
Apache License 2.0
7.54k stars 595 forks source link

fix: uninstall bson for mongo connector #3104

Closed MthwRobinson closed 1 month ago

MthwRobinson commented 1 month ago

Summary

Closes #3049. Reenables the MongoDB connector test, which was disabled previously in #3047 due to incompatibility between the pymongo and the bson package from pip, which is a dependency for the Astra connector. Per the pymongo docs below, pymongo ships with its own version of bson and installing bson from pip breaks pymongo.

Testing

Ingest tests ran successfully for the source connector and the destination connector.