Releases: Unstructured-IO/unstructured-ingest
Releases · Unstructured-IO/unstructured-ingest
1.2.7
1.2.7
Fix: Fix artifact url
1.2.6
1.2.6
Publish to both pypi and artifacts
1.2.5
1.2.5
Fix: move S3 ambient_credentials out of AccessConfig
1.2.4
What's Changed
- Fix: properly handle Together API 5xx errors as ProviderError instead of UserError
Full Changelog: 1.2.3...1.2.4
1.2.3
1.2.3
- Feature: allow environment credentials for S3
1.2.2
What's Changed
- Fix: prevent S3 path conflicts using tempfile for directory isolation
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- fix: embedding are now correctly assigned when number of elements exceeds the batch size by @ds-filipknefel in #568
Full Changelog: 1.2.0...1.2.1
1.2.0
Dropped support for python 3.9 in light of upcoming EOL (https://devguide.python.org/versions/) #572
1.1.3
- Fix: Remove unnecessary deletion operation in ES connector
1.1.2
DeltaTableConnectionConfig default assignment is compliant with stricter typing in Pydantic