Skip to content

0.0.7

Choose a tag to compare

@rbiseck3 rbiseck3 released this 27 Aug 18:33
· 345 commits to main since this release
744f6a8

0.0.7

Enhancements

  • support sharing parent multiprocessing for uploaders If an uploader needs to fan out it's process using multiprocessing, support that using the parent pipeline approach rather than handling it explicitly by the connector logic.
  • OTEL support If endpoint supplied, publish all traces to an otel collector.

Fixes

  • Weaviate access configs access Weaviate access config uses pydantic Secret and it needs to be resolved to the secret value when being used. This was fixed.
  • unstructured-client compatibility fix Fix an error when accessing the fields on PartitionParameters in the new 0.26.0 Python client.